Skip to content

Commit d74224a

Browse files
committed
use github.sha
1 parent 2203448 commit d74224a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firmware.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Build OpenIPC
3434
env:
35-
MSPOSD_VERSION: ${{ env.COMMIT_SHA }}
35+
MSPOSD_VERSION: ${{ github.sha }}
3636
run: |
3737
git clone https://github.com/openipc/firmware --depth=1
3838
cd firmware

0 commit comments

Comments
 (0)