Skip to content

Commit f4beabb

Browse files
committed
ci: use bobheadxi/[email protected]
Since bobheadxi/[email protected] we had a CI failure with the following error in `destroy-deployments` and `destroy-deployments-manually`, step `remove-github-deployment`: ``` unexpected error encountered: HttpError: Resource not accessible by integration Error: unexpected error encountered: HttpError: Resource not accessible by integration - see logs for more information ``` This patch returns version 1.3.0 that worked OK. Part of #3390
1 parent baf704d commit f4beabb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/destroy-deployment-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
max_attempts: 3
3737

3838
- name: Remove GitHub deployment at ${{env.DEPLOYMENT_NAME}}
39-
uses: bobheadxi/deployments@v1
39+
uses: bobheadxi/deployments@v1.3.0
4040
# remove GH deployment even if webhook failed
4141
if: always()
4242
id: remove-github-deployment

.github/workflows/destroy-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
max_attempts: 3
3636

3737
- name: Remove GitHub deployment at branch-${{env.DEPLOYMENT_NAME}}
38-
uses: bobheadxi/deployments@v1
38+
uses: bobheadxi/deployments@v1.3.0
3939
# remove GH deployment even if webhook failed
4040
if: always()
4141
id: remove-github-deployment

0 commit comments

Comments
 (0)