Fix: trim debug message

This commit is contained in:
2025-07-28 04:01:21 +08:00
parent baa214ea14
commit 781cf3c0ff

View File

@@ -50,7 +50,6 @@ runs:
run: |
cd "${{ inputs.context }}"
echo "$PATH"
PATH="$PATH:/usr/bin/vendor_perl"
if [[ "${{ inputs.gpg-password }}" != 'none' ]]; then
eval $(gpg-agent --daemon) && \