Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
chore(devdeps): update bobheadxi/deployments action to v1.2.0 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2022
1 parent a0758b4 commit 029dc86
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_storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
([[ $GITHUB_REF == 'refs/heads/main' ]] && echo "BRANCH_SLUG=main" || echo "BRANCH_SLUG=$SAFE_GITHUB_HEAD_REF_SLUG_URL") >> $GITHUB_ENV
- name: Start deployment
uses: bobheadxi/deployments@v1.1.0
uses: bobheadxi/deployments@v1.2.0
id: deployment
with:
step: start
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
scw_registry: ${{ env.IMAGE_NAME }}:${{ env.BRANCH_SLUG }}

- name: Update deployment status
uses: bobheadxi/deployments@v1.1.0
uses: bobheadxi/deployments@v1.2.0
if: always()
with:
step: finish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teardown_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
scw_registry: ${{ env.IMAGE_NAME }}:${{ env.BRANCH_SLUG }}

- name: Update deployment status
uses: bobheadxi/deployments@v1.1.0
uses: bobheadxi/deployments@v1.2.0
with:
step: delete-env
token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 029dc86

Please sign in to comment.