Skip to content

Commit

Permalink
docs: Update language in quarterly workflows (#1229)
Browse files Browse the repository at this point in the history
* Update add-quarterly-GH-audit.yml

* Update add-quarterly-repo-checks.yml
  • Loading branch information
sarina committed Aug 1, 2024
1 parent 40e4dcd commit 8b7a74c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-quarterly-GH-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
"msg": "Time to check for new Discourse members. ${{ env.NEW_ISSUE_URL }}"
"msg": "Time to run the quarterly user audit. ${{ env.NEW_ISSUE_URL }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4 changes: 2 additions & 2 deletions .github/workflows/add-quarterly-repo-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
"msg": "Time to check for new Discourse members. ${{ env.NEW_ISSUE_URL }}"
"msg": "Time to run the quarterly repo-checks. ${{ env.NEW_ISSUE_URL }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 8b7a74c

Please sign in to comment.