We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2203448 commit d74224aCopy full SHA for d74224a
.github/workflows/firmware.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- name: Build OpenIPC
34
env:
35
- MSPOSD_VERSION: ${{ env.COMMIT_SHA }}
+ MSPOSD_VERSION: ${{ github.sha }}
36
run: |
37
git clone https://github.com/openipc/firmware --depth=1
38
cd firmware
0 commit comments