Skip to content

Commit a9a26c6

Browse files
committed
Remove extra action ids
1 parent 93d067c commit a9a26c6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/format.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
token: ${{ secrets.GH_TOKEN }}
2323
- name: Import GPG key
2424
uses: crazy-max/ghaction-import-gpg@v4
25-
id: import_gpg
2625
with:
2726
git_user_signingkey: true
2827
git_commit_gpgsign: true

.github/workflows/version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
npm config set sign-git-tag true
3434
- name: Import GPG key
3535
uses: crazy-max/ghaction-import-gpg@v4
36-
id: import_gpg
3736
with:
3837
git_user_signingkey: true
3938
git_commit_gpgsign: true

0 commit comments

Comments
 (0)