Skip to content

Commit

Permalink
ci: only update with changes were made
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 1, 2024
1 parent 171341e commit e9af82b
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 diff && 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 e9af82b

Please sign in to comment.