Skip to content

Commit

Permalink
f action
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Mar 5, 2024
1 parent d83c634 commit f2115da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encrypt/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
fi
echo "output-file=${OUTPUT_FILE}" >>"${GITHUB_OUTPUT}"
${{ inputs.input-command || format('cat "{1}"', inputs.input-file) }} | \
${{ inputs.input-command || format('cat "{0}"', inputs.input-file) }} | \
gpg \
--batch \
--encrypt \
Expand Down

0 comments on commit f2115da

Please sign in to comment.