Skip to content

Commit

Permalink
🧹 Update repo.txt to update the repo status
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Sep 3, 2024
1 parent ec9b94d commit d9c8dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
# Safety check: we should now see `needs_commit: False` and `needs_push: False`. If we don't,
# the 'wlc reset` below is going to lead to data loss.
wlc repo | tee repo.txt
if grep -q "needs_commit: True" repo.txt || grep -q "needs_push: True" repo.txt; then
echo "wlc commit and push combo didn't flush out all changes; aborting before we lose data!"
exit 1
Expand Down

0 comments on commit d9c8dd1

Please sign in to comment.