From ad8b27c18ea1417be9e7c1fae11516f679d3e6cc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 09:59:57 -0300 Subject: [PATCH] update ubuntu workflow with remote test Signed-off-by: GuillaumeFalourd --- .github/workflows/ubuntu_action_test.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index dcdc498..3fd111c 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -33,6 +33,24 @@ jobs: empty: true tags: true + ubuntu-full-remote: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - run: date > reports/ubuntu_report_full.txt + - uses: GuillaumeFalourd/git-commit-push@main + with: + email: ${{ github.actor }}[bot]@users.noreply.github.com + name: ${{ github.actor }} + commit_message: ubuntu full workflow + target_branch: ubuntu + files: reports/ubuntu_report_full.txt + remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions + access_token: ${{ github.token }} + force: true + empty: true + tags: true + ubuntu-nochanges: runs-on: ubuntu-latest steps: