Skip to content

Commit

Permalink
Deleted extra indent
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Oct 19, 2024
1 parent 8c07f5e commit 25ff5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "$COMMIT_MSG" | sed 's/`/\`/g' >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Config committer
- name: Config committer
run: |
gpg --batch --import <(echo "${{ secrets.GPG_PRIVATE_KEY }}")
git config --global commit.gpgsign true
Expand Down

0 comments on commit 25ff5d5

Please sign in to comment.