no-op to test whitelist of action
parent
3a28bfe887
commit
8b04f7f9c7
|
|
@ -69,7 +69,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
draft: true
|
draft: true
|
||||||
files: "build/autopublish/*.hex"
|
files: |
|
||||||
|
"build/autopublish/*.hex"
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue