Skip to content

Commit

Permalink
Mark priority update commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 committed Aug 2, 2024
1 parent ea6707d commit aab6631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-priority.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git checkout master
if git diff --name-only | grep full.json; then
git stage .
if git commit -m "Update sources"; then
if git commit -m "Update priority sources"; then
git push origin master
fi
fi

0 comments on commit aab6631

Please sign in to comment.