Skip to content

Commit

Permalink
build: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jun 16, 2022
1 parent 66d2105 commit cc3471e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/command_rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
rebase:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: peter-evans/rebase@v2
id: rebase
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/command_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
with:
ref: ${{ github.event.client_payload.pull_request.head.ref }}

rebase:
runs-on: ubuntu-latest
update-comment:
runs-on: ubuntu-20.04
needs: test
steps:
- name: 'Add reaction'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
dispatch:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event.issue.pull_request
steps:
- uses: peter-evans/slash-command-dispatch@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs:
- test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: myparcelnl/actions/build-docker-image-reg@v2
id: docker
with:
image: myparcel/php-sdk
image: myparcelnl/php-sdk
target: test
registry-user: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,4 +47,4 @@ jobs:
run: docker cp $(docker ps -alq):/app/coverage.xml .

- name: 'Update code coverage'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit cc3471e

Please sign in to comment.