mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fix the typo in fetching SHA (#7570)
This commit is contained in:
parent
b06d5b2143
commit
eeb1390c86
2
.github/workflows/deploy-web.yml
vendored
2
.github/workflows/deploy-web.yml
vendored
@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: Get Branch or Tag SHA
|
- name: Get Branch or Tag SHA
|
||||||
id: get-branch-or-tag-sha
|
id: get-branch-or-tag-sha
|
||||||
run: |
|
run: |
|
||||||
echo "sha=$(git rev-parse origin/${{ inputs.branch-or-tag }}" >> $GITHUB_OUTPUT
|
echo "sha=$(git rev-parse origin/${{ inputs.branch-or-tag }})" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
notify-start:
|
notify-start:
|
||||||
name: Notify Slack with start message
|
name: Notify Slack with start message
|
||||||
|
Loading…
Reference in New Issue
Block a user