Skip to content

Commit

Permalink
Correct action example in readme (#3593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jun 22, 2023
1 parent 6f728e0 commit 943444b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ install it yourself.
name: ansible-lint
on:
pull_request:
branches: ["stable", "release/v*"]
branches: ["main", "stable", "release/v*"]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6
uses: ansible/ansible-lint@main # or version tag instead of 'main'
```
For more details, see [ansible-lint-action].
Expand Down

0 comments on commit 943444b

Please sign in to comment.