Skip to content

Commit eb42f34

Browse files
committed
fix: quote MIN_LOCK_DATE to satisfy shellcheck SC2086
1 parent f955c44 commit eb42f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_nn_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Filter lock dates
6262
id: filter
6363
run: |
64-
echo "config=$(jq --arg date $MIN_LOCK_DATE --compact-output '[.[] | select(.date >= $date)]' config.json)" >> "$GITHUB_OUTPUT"
64+
echo "config=$(jq --arg date "$MIN_LOCK_DATE" --compact-output '[.[] | select(.date >= $date)]' config.json)" >> "$GITHUB_OUTPUT"
6565
- name: Validate filtered versions
6666
if: steps.filter.outputs.config == '[]'
6767
run: |

0 commit comments

Comments
 (0)