Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update bobheadxi/deployments digest to 648679e #1144

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading