spelling: github

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-10-23 14:41:15 -04:00
parent f810f78e3e
commit e7bdf1d7b0
3 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@ jobs:
env:
RELEASE_VERSION: ${{ steps.version.outputs.RELEASE_VERSION }}
run: |
# Translate the Github reference into a tag name.
# Translate the GitHub reference into a tag name.
#
# - `release` tag maps to `zeek:latest`
# - `v*` tag (excluding `v*-dev` tags) maps to `zeek:RELEASE_VERSION`

View file

@ -119,7 +119,7 @@ jobs:
- name: Send email
# 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'
uses: dawidd6/action-send-mail@v3.7.0
with:
@ -127,7 +127,7 @@ jobs:
server_port: ${{secrets.SMTP_PORT}}
username: ${{secrets.SMTP_USER}}
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.
to: ${{secrets.MAIL_TO}}
from: Github Actions <${{secrets.MAIL_FROM}}>
from: GitHub Actions <${{secrets.MAIL_FROM}}>

2
NEWS
View file

@ -699,7 +699,7 @@ New Functionality
- A new external testsuite, https://github.com/zeek/zeek-testing-cluster,
focuses on testing the emerging controller framework. It leverages the new
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.
- The GRE analyzer now supports the Aruba WLAN protocol type.