Skip to content

Commit

Permalink
ci: fix git-diff
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Oct 21, 2024
1 parent e9af82b commit afcb6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
RUSTFLAGS: -Awarnings
# ID from https://api.github.com/users/authentik-automation[bot]
run: |
git diff && exit 0 || echo
git diff --exit-code >/dev/null && exit 0 || echo
git config --global user.email "135050075+authentik-automation[bot]@users.noreply.github.com"
git config --global user.name "authentik-automation[bot]"
version=$(cd version && cargo run)
Expand Down

0 comments on commit afcb6f0

Please sign in to comment.