Skip to content

Commit

Permalink
Update update-badge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Dec 2, 2023
1 parent eef0114 commit d855ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
GITHUB_JOB_SUMMARY_URL: ${{ steps.metadata.outputs.job_summary_url }}
REPOSITORY: ${{ github.repository }}
- id: git
run: |
run: |
if [[ -n $(git diff --shortstat 2> /dev/null | tail -n1) ]]; then
echo "dirty=1" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit d855ec4

Please sign in to comment.