Skip to content

Commit

Permalink
BIL-6: e
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Jan 2, 2025
1 parent b641629 commit 4b1015b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/target-specific-command/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
elif [[ "${{env.TARGET}}" == "develop" ]]; then
${{ inputs.develop }}
else
echo "Invalid target: ${{env.TARGET}}. Did you run the 'set-target' action?
echo "Invalid target: ${{env.TARGET}}. Did you run the 'set-target' action?"
exit 1
fi
shell: bash

0 comments on commit 4b1015b

Please sign in to comment.