mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
github script v7
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
d3257af256
commit
c32c74bc1d
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Ensure bin/ directory
|
- name: Ensure bin/ directory
|
||||||
run: mkdir -p bin
|
run: mkdir -p bin
|
||||||
- name: Download linuxkit
|
- name: Download linuxkit
|
||||||
uses: actions/github-script@v3.1.0
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user