Skip to content

Commit

Permalink
Fix merge script output file name
Browse files Browse the repository at this point in the history
  • Loading branch information
perasperaadastra committed Nov 26, 2024
1 parent ecda6bd commit 0b93b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-contexts-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add contexts.yaml
git add merged-contexts-metadata.yaml
git diff --quiet && git diff --staged --quiet || git commit -m "Update contexts metadata file"
git push

0 comments on commit 0b93b64

Please sign in to comment.