mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
fix(ci): Correctly pull and set Git commit hash
This commit is contained in:
2
.github/workflows/build_android.yml
vendored
2
.github/workflows/build_android.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user