mirror of
https://github.com/bitwarden/browser
synced 2026-03-01 11:01:17 +00:00
Fix deployment_id to deployment-id in workflow files (#13028)
(cherry picked from commit 3fda91e42f)
This commit is contained in:
committed by
Michal Checinski
parent
3262a8c556
commit
3132f5579e
4
.github/workflows/publish-cli.yml
vendored
4
.github/workflows/publish-cli.yml
vendored
@@ -222,7 +222,7 @@ jobs:
|
||||
with:
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
state: 'success'
|
||||
deployment_id: ${{ needs.setup.outputs.deployment_id }}
|
||||
deployment-id: ${{ needs.setup.outputs.deployment_id }}
|
||||
|
||||
- name: Update deployment status to Failure
|
||||
if: ${{ inputs.publish_type != 'Dry Run' && failure() }}
|
||||
@@ -230,4 +230,4 @@ jobs:
|
||||
with:
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
state: 'failure'
|
||||
deployment_id: ${{ needs.setup.outputs.deployment_id }}
|
||||
deployment-id: ${{ needs.setup.outputs.deployment_id }}
|
||||
|
||||
Reference in New Issue
Block a user