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 76b3174 commit 7c3937fCopy full SHA for 7c3937f
.github/workflows/rebase-action.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
- name: Import GPG key
17
- uses: crazy-max/ghaction-import-gpg@v4.2.0
+ uses: crazy-max/ghaction-import-gpg@v4.3.0
18
19
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
20
passphrase: ${{ secrets.GPG_PASSPHRASE }}
.github/workflows/release-action.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout repository
uses: actions/checkout@v3
gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}"
passphrase: "${{ secrets.GPG_PASSPHRASE }}"
0 commit comments