Skip to content

Commit 172d6c5

Browse files
committed
chore: make the comment about input validation more discrete
1 parent d15e1ce commit 172d6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ runs:
6060
GH_MATRIX: "${{ toJson(matrix) }}"
6161
GH_STRATEGY: "${{ toJson(strategy) }}"
6262
run: |
63-
# Validate required inputs (custom message for smoother v4 migration)
63+
# Validate required inputs
64+
# (custom message for smoother v4 migration)
6465
if [ -z "${{ inputs.mode }}" ]; then
6566
echo "::error title=Missing required input 'mode'::The 'mode' input is required as of CodSpeed Action v4. Please explicitly set 'mode' to 'instrumentation' or 'walltime'. Before, this variable was automatically set to instrumentation on every runner except for CodSpeed macro runners where it was set to walltime by default. See https://codspeed.io/docs/instruments for details."
6667
exit 1

0 commit comments

Comments
 (0)