Skip to content

Commit fa4f602

Browse files
authored
ci: fix gpg github action (#113)
Signed-off-by: Yurii Shynbuiev <[email protected]>
1 parent d3e5425 commit fa4f602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-submodules.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
uses: crazy-max/ghaction-import-gpg@v5
3333
id: import_gpg
3434
with:
35-
gpg-private-key: ${{ secrets.HYP_BOT_GPG_PRIVATE }}
35+
gpg_private_key: ${{ secrets.HYP_BOT_GPG_PRIVATE }}
3636
passphrase: ${{ secrets.HYP_BOT_GPG_PASSWORD }}
37-
git-user-signingkey: true
38-
git-commit-gpgsign: true
37+
git_user_signingkey: true
38+
git_commit_gpgsign: true
3939
git_config_global: true
4040

4141
- name: Commit changes

0 commit comments

Comments
 (0)