commit ded945ea62efca4c4bee10eee5dd6f191173c5f1
parent 4be1677b86aa2c40743786cdc9a4d8c1e05ae638
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 11 Oct 2023 15:50:26 +0200
Fix version
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/force_deploy.yml b/.github/workflows/force_deploy.yml
@@ -16,7 +16,7 @@ jobs:
uses: xt0rted/pull-request-comment-branch@v2
id: comment-branch
- name: Set commit status as pending
- uses: myrotvorets/set-commit-status-action@v2
+ uses: myrotvorets/set-commit-status-action@master
with:
status: pending
context: Force deploying changes
@@ -39,7 +39,7 @@ jobs:
POWERDNS_API_KEY_NS3: ${{ secrets.POWERDNS_API_KEY_NS3 }}
- name: Set final commit status
- uses: myrotvorets/set-commit-status-action@v2
+ uses: myrotvorets/set-commit-status-action@master
if: always()
with:
sha: ${{ steps.comment-branch.outputs.head_sha }}
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
@@ -27,7 +27,7 @@ jobs:
uses: xt0rted/pull-request-comment-branch@v2
id: comment-branch
- name: Set commit status as pending
- uses: myrotvorets/set-commit-status-action@v2
+ uses: myrotvorets/set-commit-status-action@master
with:
status: pending
context: Verifying changes
@@ -80,7 +80,7 @@ jobs:
edit-mode: replace
- name: Set final commit status
- uses: myrotvorets/set-commit-status-action@v2
+ uses: myrotvorets/set-commit-status-action@master
if: always()
with:
sha: ${{ steps.comment-branch.outputs.head_sha }}