Skip to content

Commit

Permalink
verbose status
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspopp-wbd committed Jun 13, 2024
1 parent e68eb14 commit b0b89f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
id: changes
run: |
git add .
git status -s
git status
if [ -n "$(git status -s)" ]; then
echo "should-commit=true" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit b0b89f0

Please sign in to comment.