From 35bf0d8195cbced9f45cda3add4e2c85aad0c438 Mon Sep 17 00:00:00 2001 From: chase Date: Thu, 12 Jan 2023 21:41:46 -0600 Subject: [PATCH] Format update-7zip.yml [skip ci] --- .github/workflows/update-7zip.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-7zip.yml b/.github/workflows/update-7zip.yml index bd7608a..11ba87b 100644 --- a/.github/workflows/update-7zip.yml +++ b/.github/workflows/update-7zip.yml @@ -1,13 +1,17 @@ --- name: "📝 Update 7-Zip" + on: schedule: - cron: "0 2 16 * *" + env: ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" + jobs: update7zip: runs-on: "ubuntu-latest" + steps: - 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)"