Fix: trim debug message
This commit is contained in:
@@ -50,7 +50,6 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
cd "${{ inputs.context }}"
|
cd "${{ inputs.context }}"
|
||||||
|
|
||||||
echo "$PATH"
|
|
||||||
PATH="$PATH:/usr/bin/vendor_perl"
|
PATH="$PATH:/usr/bin/vendor_perl"
|
||||||
if [[ "${{ inputs.gpg-password }}" != 'none' ]]; then
|
if [[ "${{ inputs.gpg-password }}" != 'none' ]]; then
|
||||||
eval $(gpg-agent --daemon) && \
|
eval $(gpg-agent --daemon) && \
|
||||||
|
|||||||
Reference in New Issue
Block a user