Skip to content

Commit efc0a8d

Browse files
authored
Merge pull request #17 from Universal-Variability-Language/fix_actions_update
fix: Update workflow variable for new version
2 parents 5d03110 + 637f25b commit efc0a8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Import GPG key
1515
uses: crazy-max/ghaction-import-gpg@v6
1616
with:
17-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
17+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
1818
passphrase: ${{ secrets.GPG_PASSPHRASE }}
1919

2020
- name: Cache Maven packages

0 commit comments

Comments
 (0)