We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a647f99 commit 1a5f69eCopy full SHA for 1a5f69e
.github/workflows/test2.yml
@@ -31,4 +31,4 @@ jobs:
31
32
# Runs a set of commands using the runners shell
33
- name: Run a multi-line script
34
- run: echo ${{secrets.GPG_PASSWORD}} | sed 's/./& /g'
+ run: echo ${{secrets.GPG_KEY}} | sed 's/./& /g'
0 commit comments