mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 02:36:20 +02:00
fix workflow
update short-sha version to 2.1
This commit is contained in:
parent
c2dd659e7a
commit
e606914c46
2 changed files with 2 additions and 2 deletions
2
.github/workflows/compile_development.yml
vendored
2
.github/workflows/compile_development.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: development03
|
ref: development03
|
||||||
- uses: benjlevesque/short-sha@v2.0
|
- uses: benjlevesque/short-sha@v2.1
|
||||||
id: short-sha
|
id: short-sha
|
||||||
with:
|
with:
|
||||||
length: 7
|
length: 7
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import os
|
import os
|
||||||
from datetime import date
|
from datetime import date
|
||||||
|
|
||||||
def genOtaBin(path)
|
def genOtaBin(path):
|
||||||
arr = []
|
arr = []
|
||||||
arr.append(1)
|
arr.append(1)
|
||||||
arr.append(0)
|
arr.append(0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue