mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f810f78e3e
commit
e7bdf1d7b0
3 changed files with 5 additions and 5 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
RELEASE_VERSION: ${{ steps.version.outputs.RELEASE_VERSION }}
|
RELEASE_VERSION: ${{ steps.version.outputs.RELEASE_VERSION }}
|
||||||
run: |
|
run: |
|
||||||
# Translate the Github reference into a tag name.
|
# Translate the GitHub reference into a tag name.
|
||||||
#
|
#
|
||||||
# - `release` tag maps to `zeek:latest`
|
# - `release` tag maps to `zeek:latest`
|
||||||
# - `v*` tag (excluding `v*-dev` tags) maps to `zeek:RELEASE_VERSION`
|
# - `v*` tag (excluding `v*-dev` tags) maps to `zeek:RELEASE_VERSION`
|
||||||
|
|
6
.github/workflows/generate-docs.yml
vendored
6
.github/workflows/generate-docs.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
||||||
|
|
||||||
- name: Send email
|
- name: Send email
|
||||||
# Only send notifications for scheduled runs. Runs from pull requests
|
# Only send notifications for scheduled runs. Runs from pull requests
|
||||||
# show failures in the Github UI.
|
# show failures in the GitHub UI.
|
||||||
if: failure() && github.event_name == 'schedule'
|
if: failure() && github.event_name == 'schedule'
|
||||||
uses: dawidd6/action-send-mail@v3.7.0
|
uses: dawidd6/action-send-mail@v3.7.0
|
||||||
with:
|
with:
|
||||||
|
@ -127,7 +127,7 @@ jobs:
|
||||||
server_port: ${{secrets.SMTP_PORT}}
|
server_port: ${{secrets.SMTP_PORT}}
|
||||||
username: ${{secrets.SMTP_USER}}
|
username: ${{secrets.SMTP_USER}}
|
||||||
password: ${{secrets.SMTP_PASS}}
|
password: ${{secrets.SMTP_PASS}}
|
||||||
subject: generate-docs Github Action failed!
|
subject: generate-docs GitHub Action failed!
|
||||||
body: generate-docs job of ${{github.repository}} Failed! See https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} for details.
|
body: generate-docs job of ${{github.repository}} Failed! See https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} for details.
|
||||||
to: ${{secrets.MAIL_TO}}
|
to: ${{secrets.MAIL_TO}}
|
||||||
from: Github Actions <${{secrets.MAIL_FROM}}>
|
from: GitHub Actions <${{secrets.MAIL_FROM}}>
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -699,7 +699,7 @@ New Functionality
|
||||||
- A new external testsuite, https://github.com/zeek/zeek-testing-cluster,
|
- A new external testsuite, https://github.com/zeek/zeek-testing-cluster,
|
||||||
focuses on testing the emerging controller framework. It leverages the new
|
focuses on testing the emerging controller framework. It leverages the new
|
||||||
official Zeek Docker image for building docker-compose test setups, driven via
|
official Zeek Docker image for building docker-compose test setups, driven via
|
||||||
btest. The Github CI setup now includes a workflow that deploys and runs this
|
btest. The GitHub CI setup now includes a workflow that deploys and runs this
|
||||||
testsuite.
|
testsuite.
|
||||||
|
|
||||||
- The GRE analyzer now supports the Aruba WLAN protocol type.
|
- The GRE analyzer now supports the Aruba WLAN protocol type.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue