Skip to content

Commit

Permalink
Use INPUT_COMMAND syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Aug 28, 2024
1 parent 6c0649d commit 792fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
- name: Check if command is set
shell: bash
run: |
if [[ -z "${{ inputs.command }}" ]]; then
if [[ -z $INPUT_COMMAND ]]; then
echo "Command is required."
exit 1
fi
Expand Down

0 comments on commit 792fd75

Please sign in to comment.