Skip to content

Commit

Permalink
Quote environment variables to make the action easier to use with fil…
Browse files Browse the repository at this point in the history
…ters (#950)
  • Loading branch information
jdbaldry authored Jan 15, 2025
1 parent cb1ae10 commit 1320596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation-inverse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate documentation
name: Documentation CI
on:
pull_request:
paths-ignore: ["docs/sources/**", "vale/**"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
vale:
runs-on: ubuntu-latest
container:
image: grafana/vale:latest@sha256:e14889d8d0e31bc32bbc09f3aa2c5d98c2c988c53ec5a3f5753dc46a8889bf3a
image: grafana/vale:latest@sha256:22bdb04abfb9f1c568846f47aca4a37996d743917e5ba89f0557ccf6fb2f7521
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand Down
2 changes: 1 addition & 1 deletion vale-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ inputs.token }}
run: |
(cd /etc/vale && vale sync)
vale ${FILTER} --output=/etc/vale/rdjsonl.tmpl ${DIRECTORY} | \
vale "${FILTER}" --output=/etc/vale/rdjsonl.tmpl "${DIRECTORY}" | \
inhibit-rules | \
/bin/reviewdog \
--conf=/etc/vale/.reviewdog.yml \
Expand Down

0 comments on commit 1320596

Please sign in to comment.