Update update-theme-date.yml

This commit is contained in:
mr. m 🤙 2024-10-13 00:06:46 +02:00 committed by GitHub
parent 52fc4b4388
commit 9702747545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 2 fetch-depth: 2
- name: Get changes - name: Get changes
@ -54,4 +55,4 @@ jobs:
git add "themes/$theme/theme.json" git add "themes/$theme/theme.json"
done done
git commit -m "Update theme.json for $CHANGED_THEMES" git commit -m "Update theme.json for $CHANGED_THEMES"
git push git push