Skip to content

Commit

Permalink
Fix quote (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb authored Dec 16, 2024
1 parent 718d635 commit bbd0eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: Configure the committer
run: |
cd webhook
user_id=$(gh api "/users/$APP_USER" --jq .id)"
user_id=$(gh api "/users/$APP_USER" --jq .id)
git config --global user.name "$APP_USER"
git config --global user.email "${user_id}+${APP_USER}@users.noreply.github.com>"
git config --global user.email "${user_id}+${APP_USER}@users.noreply.github.com"
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
APP_USER: "${{ steps.app-token.outputs.app-slug }}[bot]"
Expand Down

0 comments on commit bbd0eeb

Please sign in to comment.