update ubuntu workflow with remote test
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
38e486cdc7
commit
4e5938aaac
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ubuntu_action_test.yml
vendored
6
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -37,14 +37,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- 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
|
- uses: GuillaumeFalourd/git-commit-push@main
|
||||||
with:
|
with:
|
||||||
email: ${{ github.actor }}[bot]@users.noreply.github.com
|
email: ${{ github.actor }}[bot]@users.noreply.github.com
|
||||||
name: ${{ github.actor }}
|
name: ${{ github.actor }}
|
||||||
commit_message: ubuntu full workflow
|
commit_message: ubuntu full remote workflow
|
||||||
target_branch: ubuntu
|
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
|
remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions
|
||||||
access_token: ${{ secrets.ACCESS_TOKEN }}
|
access_token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
force: true
|
force: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue