Update .github/workflows/ubuntu_action_test.yml
This commit is contained in:
parent
a5c5473fcf
commit
dbf4171f04
1 changed files with 5 additions and 23 deletions
28
.github/workflows/ubuntu_action_test.yml
vendored
28
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -11,19 +11,19 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'push'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@v4
|
||||
- run: date > reports/ubuntu_report_minimal.txt
|
||||
- uses: GuillaumeFalourd/git-commit-push@main
|
||||
- uses: https://w9r.dev/w9r.dev/action-git-commit-push@main
|
||||
|
||||
ubuntu-full:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- run: date > reports/ubuntu_report_full.txt
|
||||
- uses: GuillaumeFalourd/git-commit-push@main
|
||||
- uses: https://w9r.dev/w9r.dev/action-git-commit-push@main
|
||||
with:
|
||||
email: ${{ github.actor }}[bot]@users.noreply.github.com
|
||||
name: ${{ github.actor }}
|
||||
email: releasebot@w9r.dev
|
||||
name: ReleaseBot
|
||||
commit_message: ubuntu full workflow
|
||||
target_branch: ubuntu
|
||||
files: reports/ubuntu_report_full.txt
|
||||
|
@ -33,24 +33,6 @@ 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_remote.txt
|
||||
- uses: GuillaumeFalourd/git-commit-push@main
|
||||
with:
|
||||
email: ${{ github.actor }}[bot]@users.noreply.github.com
|
||||
name: ${{ github.actor }}
|
||||
commit_message: ubuntu full remote workflow
|
||||
target_branch: ubuntu
|
||||
files: reports/ubuntu_report_full_remote.txt
|
||||
remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions
|
||||
access_token: ${{ secrets.ACCESS_TOKEN }}
|
||||
force: true
|
||||
empty: true
|
||||
tags: true
|
||||
|
||||
ubuntu-nochanges:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue