From c20c86dee581f7feec9aebeaf7f7cbecb624aac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= Date: Thu, 22 Feb 2024 14:54:20 +0100 Subject: [PATCH] Update update_actions.yml --- .github/workflows/update_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_actions.yml b/.github/workflows/update_actions.yml index e97addb..c210de7 100644 --- a/.github/workflows/update_actions.yml +++ b/.github/workflows/update_actions.yml @@ -1,4 +1,4 @@ -name: Update actions and assets repository +Pname: Update actions and assets repository on: schedule: - cron: "0 */24 * * *" @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - token: ${{ secrets.pat }} + token: ${{ secrets.PAT }} ref: ${{ github.head_ref }} - name: Update submodules