Skip to content

Commit f7e54b0

Browse files
chore: Fix reference to configure-git step
1 parent e77c819 commit f7e54b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
7979
- name: Clean Up GPG Credentials
8080
env:
81-
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.configure-git-gpg.outputs.gpg-key-fingerprint }}
81+
GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.configure-git.outputs.gpg-key-fingerprint }}
8282
run: echo $GPG_PRIVATE_KEY_FINGERPRINT | xargs gpg --batch --yes --delete-secret-and-public-keys

0 commit comments

Comments
 (0)