Format update-7zip.yml [skip ci]
This commit is contained in:
parent
9f05d677eb
commit
35bf0d8195
4
.github/workflows/update-7zip.yml
vendored
4
.github/workflows/update-7zip.yml
vendored
@ -1,13 +1,17 @@
|
|||||||
---
|
---
|
||||||
name: "📝 Update 7-Zip"
|
name: "📝 Update 7-Zip"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 2 16 * *"
|
- cron: "0 2 16 * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update7zip:
|
update7zip:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: echo "::set-env name=LATEST_7ZIP::$(curl -s https://raw.githubusercontent.com/chxseh/update-7zip-inside-repos/main/latest/latest.txt | head -n 1)"
|
- run: echo "::set-env name=LATEST_7ZIP::$(curl -s https://raw.githubusercontent.com/chxseh/update-7zip-inside-repos/main/latest/latest.txt | head -n 1)"
|
||||||
|
Loading…
Reference in New Issue
Block a user