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 02cb8f3 commit 894060b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
RUSTFLAGS: -Awarnings
# ID from https://api.github.com/users/authentik-automation[bot]
run: |
git restore Cargo.toml
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]"
Expand Down

0 comments on commit 894060b

Please sign in to comment.