mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +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:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.ZEEK_BOT_TOKEN }
|
||||
token: ${{ secrets.ZEEK_BOT_TOKEN }}
|
||||
|
||||
- name: Sync Submodules
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue