mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fix typo in generate-docs action
This commit is contained in:
parent
2dc516482a
commit
69fcb789b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ZEEK_BOT_TOKEN }
|
token: ${{ secrets.ZEEK_BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Sync Submodules
|
- name: Sync Submodules
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue