Skip to content

Commit

Permalink
ci: fix paramter names typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Aug 6, 2024
1 parent 5e62466 commit 0d96649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run action 🔍
uses: ./
with:
mergify_api_server: http://localhost:1080
token: "fake-valid-token"
reports-path: zfixtures/junit_example.xml
report_paths: "zfixtures/junit_example.xml"
mergify_api_server: "http://localhost:1080"

Check failure on line 58 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / linters

58:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit 0d96649

Please sign in to comment.