We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b454c commit d9c5767Copy full SHA for d9c5767
.github/workflows/sync-changes.yml
@@ -48,7 +48,7 @@ jobs:
48
git config --global commit.gpgsign true
49
git config --global user.name "kudo-sync-bot"
50
git config --global user.email "[email protected]"
51
- git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}"
+ git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}"
52
53
- name: Push changes to adamlui/perplexity-omnibox
54
run: |
0 commit comments