fix(ci): Correctly pull and set Git commit hash

This commit is contained in:
Jagandeep Brar
2022-01-09 22:43:23 -06:00
parent 17b872499d
commit ad190b153e
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Set Flavor
working-directory: ${{ github.workspace }}
run: |
echo "FLAVOR=${{ inputs.flavor }}\nCOMMIT=$GITHUB_SHA" > .flavor
echo "FLAVOR=${{ inputs.flavor }}\nCOMMIT=${{ github.sha }}" > .flavor
- name: Install Secret Keys
run: |