Skip to content

Commit

Permalink
chore: update bobheadxi/deployments digest to 648679e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 49c2856 commit 7a64165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DEPLOY_PLAYGROUND_PREVIEW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
new_branch_name: ${{ env.PREVIEW_BRANCH_NAME }}
access_token: ${{ secrets.ADD_TO_HTO_PROJECT_PAT }}
- name: Create GitHub deployment
uses: bobheadxi/deployments@8a87bc300d207ce86142a8080e9b8fabec463494
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8
id: deployment
with:
step: start
Expand All @@ -45,7 +45,7 @@ jobs:
# `always()` ensures that the deployment status
# is updated regardless of previous steps failing.
if: always()
uses: bobheadxi/deployments@8a87bc300d207ce86142a8080e9b8fabec463494
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8
with:
step: finish
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TEARDOWN_PLAYGROUND_PREVIEW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
owner: camunda
repository: form-playground
branches: ${{ env.PREVIEW_BRANCH_NAME }}
- uses: bobheadxi/deployments@8a87bc300d207ce86142a8080e9b8fabec463494
- uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8
if: always()
name: Deactivate GitHub Deployment environment
with:
Expand Down

0 comments on commit 7a64165

Please sign in to comment.