Skip to content

Commit

Permalink
983: Replace 1.0.7 with 1.0.9 for custom github action due to build f…
Browse files Browse the repository at this point in the history
…ailure
  • Loading branch information
shaunharrisonFR committed Sep 6, 2023
1 parent 0ef29bd commit bcf7f3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
git commit --allow-empty -m "Bumping Bank & Register UI version ${{ steps.version.outputs.BUILD_VERSION }}"
- name: Temporarily disable "include administrators" protection
id: disable_include_admins
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand All @@ -130,7 +130,7 @@ jobs:
repository: "forgeCloud/ob-deploy"
branch: master
- name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
git commit --allow-empty -m "Bumping Bank & Register UI version ${{ steps.version.outputs.BUILD_VERSION }}"
- name: Temporarily disable "include administrators" protection
id: disable_include_admins
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand All @@ -135,7 +135,7 @@ jobs:
repository: "forgeCloud/ob-deploy"
branch: master
- name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@1.0.7
uses: benjefferies/branch-protection-bot@1.0.9
if: always()
with:
access_token: ${{ secrets.FORGECLOUD_ACCESS_TOKEN }}
Expand Down

0 comments on commit bcf7f3a

Please sign in to comment.