0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

ci(dependencies): fetch all branches

This commit is contained in:
Carlo Sala 2024-05-12 12:30:22 +02:00
parent eff648aab0
commit 1d31ff6037
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -2,7 +2,7 @@ name: Update dependencies
on:
workflow_dispatch: {}
schedule:
- cron: '34 3 * * */8'
- cron: "34 3 * * */8"
jobs:
check:
@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Authenticate as @ohmyzsh
id: generate_token
uses: ohmyzsh/github-app-token@v2