Skip to content

Commit

Permalink
Merge pull request #5149 from dodona-edu/chore/update-label-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere authored Nov 14, 2023
2 parents eb4343e + a9e0251 commit 600a429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mestra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "deploy mestra $GITHUB_SHA" | ssh -p 4840 [email protected]
- name: Remove deploy label
if: github.event.action == 'labeled'
uses: buildsville/add-remove-label@v1
uses: buildsville/add-remove-label@v2
with:
token: ${{secrets.GITHUB_TOKEN}}
label: deploy mestra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-naos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "deploy naos $GITHUB_SHA" | ssh -p 4840 [email protected]
- name: Remove deploy label
if: github.event.action == 'labeled'
uses: buildsville/add-remove-label@v1
uses: buildsville/add-remove-label@v2
with:
token: ${{secrets.GITHUB_TOKEN}}
label: deploy naos
Expand Down

0 comments on commit 600a429

Please sign in to comment.