mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
Update commit.yaml
now runs on all branches for auto update to work correctly
This commit is contained in:
parent
4d9ecbe201
commit
253e37f901
4
.github/workflows/commit.yaml
vendored
4
.github/workflows/commit.yaml
vendored
@ -3,7 +3,7 @@ name: Update Commit Hash File
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '**'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -33,4 +33,4 @@ jobs:
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add app/commit.json
|
||||
git commit -m "chore: update commit hash to $COMMIT_HASH on branch $BRANCH_NAME"
|
||||
git push
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user