mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Use tags for documentation-ci
actions (#99419)
This commit is contained in:
parent
723fa7ddf9
commit
fc7db91bf1
4
.github/workflows/documentation-ci.yml
vendored
4
.github/workflows/documentation-ci.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
container:
|
||||
image: grafana/vale:latest
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: grafana/writers-toolkit/vale-action@13205961f20ad13843505a9b84fdf032f911a3f4 # vale-action/v1.1.0
|
||||
- uses: grafana/writers-toolkit/vale-action@vale-action/v1
|
||||
with:
|
||||
filter: '.Name in ["Grafana.WordList", "Grafana.Spelling", "Grafana.ProductPossessives"]'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user