Skip to content

Commit

Permalink
Merge pull request #156 from Kerosene-Labs/BIL-6-update-fixed
Browse files Browse the repository at this point in the history
BIL-6: e
  • Loading branch information
hlafaille authored Jan 2, 2025
2 parents db10548 + 4b1015b commit 1010f96
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 1010f96

Please sign in to comment.