We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92787f commit b54fe4aCopy full SHA for b54fe4a
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
npm install -g @umbrelladocs/linkspector
38
echo "linkspector version: $(linkspector --version)"
39
echo "changed files: ${{ steps.changed-files.outputs.changed_files }}"
40
- cat .github/.linkspector.json | jq '.files=$ARGS.positional' ${{ steps.changed-files.outputs.changed_files }} > .linkspector.yml
+ cat .github/.linkspector.json | jq '.files=$ARGS.positional' --args ${{ steps.changed-files.outputs.changed_files }} > .linkspector.yml
41
linkspector check --config .linkspector.yml
42
- name: Install Zola
43
run: |
0 commit comments