Skip to content

Commit

Permalink
fix combine workflow failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Manh Cao authored and Manh Cao committed Oct 8, 2024
1 parent 9fe67c8 commit 355cbfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/combine-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'manh/fix-combine-workflow'

jobs:
merge_json_files:
Expand Down Expand Up @@ -33,6 +34,7 @@ jobs:
git add config.json
git diff-index --quiet HEAD || git commit -m "Merge JSON files"
git push
echo $?
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_USERNAME: github-actions[bot]
Expand Down

0 comments on commit 355cbfc

Please sign in to comment.