We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a630b0d commit e422edeCopy full SHA for e422ede
2 files changed
.github/actions/build-sample-app/action.yml
@@ -83,7 +83,7 @@ runs:
83
MAVEN_GPG_PRIVATE_KEY: ${{ inputs.gpg-private-key }}
84
MAVEN_GPG_PASSPHRASE: ${{ inputs.gpg-passphrase }}
85
run: |
86
- if [ -n "$variable_name" ]; then
+ if [ -n "$MAVEN_GPG_PRIVATE_KEY" ]; then
87
echo "${MAVEN_GPG_PRIVATE_KEY}" > private.asc
88
gpg --import --batch --no-tty private.asc
89
fi
.github/actions/build-sample-app/artifactory-publish/action.yml
@@ -64,7 +64,7 @@ runs:
64
65
66
67
68
69
70
0 commit comments