mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
[GHA] fix action.yml syntax
This commit is contained in:
parent
bc2f44cea8
commit
a511f617a3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
|||
build:
|
||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Nginx Stable
|
||||
|
|
Loading…
Add table
Reference in a new issue