Skip to content

Commit

Permalink
bumps rules-action ref to logqlv2+ version (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Nov 18, 2020
1 parent cd723c0 commit 1b6465d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/alerting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,26 +205,26 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Lint Rules
uses: grafana/cortex-rules-action@v0.3.1
uses: grafana/cortex-rules-action@v0.4.0
env:
ACTION: 'lint'
with:
args: --backend=loki
- name: Diff rules
uses: grafana/cortex-rules-action@v0.3.1
uses: grafana/cortex-rules-action@v0.4.0
env:
ACTION: 'diff'
with:
args: --backend=loki
- name: Sync rules
if: ${{ !contains(steps.diff-rules.outputs.detailed, 'no changes detected') }}
uses: grafana/cortex-rules-action@v0.3.1
uses: grafana/cortex-rules-action@v0.4.0
env:
ACTION: 'sync'
with:
args: --backend=loki
- name: Print rules
uses: grafana/cortex-rules-action@v0.3.1
uses: grafana/cortex-rules-action@v0.4.0
env:
ACTION: 'print'
```
Expand Down

0 comments on commit 1b6465d

Please sign in to comment.