Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vale gha only docs #4307

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to fix variable, 5
nmelehan committed May 8, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4a204886816d9f62873556ed1d4ccb02b96731a8
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
- name: Select files in docs dir
id: select_docs_dir_files
run: |
docs_dir_files=$(echo $steps.get_changed_files.outputs.added_modified | jq -c '[.[] | select(.|test("^docs"))]')
docs_dir_files=$(echo '${{ steps.get_changed_files.outputs.added_modified }} ' | jq -c '[.[] | select(.|test("^docs"))]')
echo "::set-output name=added_modified::$docs_dir_files"
- name: echo the thing
run: echo ${{ steps.get_changed_files.outputs.added_modified }}