Skip to content

Commit

Permalink
chore(deps): update bobheadxi/deployments action to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 23, 2022
1 parent efd3c9e commit 903cf63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
helm delete ecamp3-${{ matrix.deployment-name }}
- name: Remove GitHub deployment
uses: bobheadxi/deployments@v1.2.0
uses: bobheadxi/deployments@v1.3.0
with:
step: deactivate-env
token: ${{ secrets.REPO_ACCESS_TOKEN }}
Expand All @@ -124,7 +124,7 @@ jobs:
steps:

- name: Create a pending GitHub deployment
uses: bobheadxi/deployments@v1.2.0
uses: bobheadxi/deployments@v1.3.0
id: deployment
with:
step: start
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
--set recaptcha.secret='${{ secrets.RECAPTCHA_SECRET }}'
- name: Finish the GitHub deployment
uses: bobheadxi/deployments@v1.2.0
uses: bobheadxi/deployments@v1.3.0
if: always()
with:
step: finish
Expand Down

0 comments on commit 903cf63

Please sign in to comment.