Skip to content

Commit

Permalink
Update update_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Feb 22, 2024
1 parent f9d5371 commit c20c86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update actions and assets repository
Pname: Update actions and assets repository
on:
schedule:
- cron: "0 */24 * * *"
Expand All @@ -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
Expand Down

0 comments on commit c20c86d

Please sign in to comment.