Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba committed Aug 6, 2024
1 parent 43ad161 commit b34af7c
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 @@ -100,7 +100,7 @@ runs:
shell: bash
run: |
label='${{ ( contains(inputs.label, '"') || contains(inputs.label, '"') ) && 'No quotes allowed in labels' || inputs.label }}'
label='${{ ( contains(inputs.label, '"') || contains(inputs.label, "'") ) && 'No quotes allowed in labels' || inputs.label }}'
label_cleaned=$(echo "$label" | tr -d "$&;\'")
echo "Cleaned label: $label_cleaned"
"${{ github.action_path }}/scripts/make_measurement.sh" make_measurement "$label_cleaned"
Expand Down

0 comments on commit b34af7c

Please sign in to comment.