Skip to content

Commit

Permalink
.github: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jun 20, 2023
1 parent fe6c042 commit 56801e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prometheusrule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: '${{ env.golang-version }}'
- run: go install github.com/brancz/gojsontoyaml@latest
- run: PATH="${PATH}:${GITHUB_WORKSPACE}" ./hack/hack/unpack-prometheus-rules.sh
- run: PATH="${PATH}:${GITHUB_WORKSPACE}" ./hack/unpack-prometheus-rules.sh
- name: Run pint
uses: prymitive/pint-action@v1
with:
Expand Down

0 comments on commit 56801e4

Please sign in to comment.