1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

fix the typo in fetching SHA (#7570)

This commit is contained in:
Opeyemi
2024-01-16 17:28:47 +00:00
committed by GitHub
parent b06d5b2143
commit eeb1390c86

View File

@@ -114,7 +114,7 @@ jobs:
- name: Get Branch or Tag SHA
id: get-branch-or-tag-sha
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:
name: Notify Slack with start message