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 ca04373 commit a08e6f4Copy full SHA for a08e6f4
.github/workflows/ci.yaml
@@ -41,6 +41,7 @@ jobs:
41
if: steps.uncommitted_indices.outputs.has_changes == 'true'
42
run: |
43
echo "${{ secrets.BOT_PGP_KEY }}" | gpg --import --batch
44
+ git config --global user.signingkey "[email protected]"
45
git config --global user.name "Cloudnode [bot]"
46
git config --global user.email "[email protected]"
47
git add "**/index.ts"
0 commit comments