update ubuntu workflow with remote test
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
dc2a83bdf6
commit
ad8b27c18e
1 changed files with 18 additions and 0 deletions
18
.github/workflows/ubuntu_action_test.yml
vendored
18
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -33,6 +33,24 @@ jobs:
|
||||||
empty: true
|
empty: true
|
||||||
tags: 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:
|
ubuntu-nochanges:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue