We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ed95c commit fcb9ebdCopy full SHA for fcb9ebd
.github/workflows/check_nn_versions.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Filter lock dates
61
id: filter
62
run: |
63
- echo config=$(jq --arg date "$MIN_LOCK_DATE" '.[] | select(.date >= $date)' config.json | jq --slurp) >> "$GITHUB_OUTPUT"
+ echo "config=$(jq --arg date "$MIN_LOCK_DATE" '.[] | select(.date >= $date)' config.json | jq --slurp --compact-output)"" >> "$GITHUB_OUTPUT"
64
R-CMD-check:
65
needs: filter-nn-versions
66
runs-on: '${{ matrix.os }}'
0 commit comments