Skip to content

Commit 5c25a95

Browse files
committed
Fix typo
1 parent bce5229 commit 5c25a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/benchmarking/aggregate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
shell: bash
2727
run: |
2828
# DO NOT use inputs.lookback_days directly, only use SANITIZED_TIMESTAMP.
29-
SANITIZED_LOOKBACK_DAYS ="$(echo '${{ inputs.lookback_days }}' | grep -o "^[0-9]$")"
29+
SANITIZED_LOOKBACK_DAYS="$(echo '${{ inputs.lookback_days }}' | grep -o "^[0-9]$")"
3030
if [ -z "$SANITIZED_TIMESTAMP" ]; then
3131
echo "Please ensure inputs.lookback_days is a number.
3232
exit 1

0 commit comments

Comments
 (0)