From 4e5938aaacceed99a77f7f5a47d469304ec28ccb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 10:13:11 -0300 Subject: [PATCH] update ubuntu workflow with remote test Signed-off-by: GuillaumeFalourd --- .github/workflows/ubuntu_action_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index d666901..878d1d3 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -37,14 +37,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - - run: date > reports/ubuntu_report_full.txt + - run: date > reports/ubuntu_report_full_remote.txt - uses: GuillaumeFalourd/git-commit-push@main with: email: ${{ github.actor }}[bot]@users.noreply.github.com name: ${{ github.actor }} - commit_message: ubuntu full workflow + commit_message: ubuntu full remote workflow target_branch: ubuntu - files: reports/ubuntu_report_full.txt + files: reports/ubuntu_report_full_remote.txt remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions access_token: ${{ secrets.ACCESS_TOKEN }} force: true