mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Added rebase flag to Update Theme Timestamps
action (#582)
* Update `updated at` field for `39907934-59e9-4e42-89f0-a254d3c5e280 ad97bb70-0066-4e42-9b5f-173a5e42c6fc bc25808c-a012-4c0d-ad9a-aa86be616019 ` * added rebase strategy to `Update Theme Timestamps` action * added indent for proper json formatting * added indent for proper formatting to `Rebuild Themes` as well * Added indent for proper formatting to `Submit Theme` --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c544ca0cef
commit
6c30ab0b6a
7 changed files with 7 additions and 47 deletions
2
.github/workflows/update-theme-date.yml
vendored
2
.github/workflows/update-theme-date.yml
vendored
|
@ -55,5 +55,5 @@ jobs:
|
|||
git add "themes/$theme/theme.json"
|
||||
done
|
||||
git commit -m "Update \`updated at\` field for \`$CHANGED_THEMES\`"
|
||||
git pull origin main --strategy-option=theirs
|
||||
git pull origin main --rebase --strategy-option=theirs
|
||||
git push origin main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue