mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
mattermost/action-mattermost-notify still uses master (#10021)
This commit is contained in:
parent
c81dbb2582
commit
c54f99e35b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/merged.yaml
vendored
2
.github/workflows/merged.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
if: github.event.pull_request.merged == true && !github.event.pull_request.head.repo.fork
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mattermost/action-mattermost-notify@main
|
||||
- uses: mattermost/action-mattermost-notify@master
|
||||
with:
|
||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_MERGE_WEBHOOK }}
|
||||
TEXT: >
|
||||
|
|
|
|||
2
.github/workflows/notify_weekly.yaml
vendored
2
.github/workflows/notify_weekly.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
DATE=$(date --date="7 days ago" +"%Y-%m-%d")
|
||||
echo "MERGED_URL=https://github.com/pulls?q=merged%3A%3E${DATE}+org%3Acertbot" >> $GITHUB_ENV
|
||||
echo "UPDATED_URL=https://github.com/pulls?q=updated%3A%3E${DATE}+org%3Acertbot" >> $GITHUB_ENV
|
||||
- uses: mattermost/action-mattermost-notify@main
|
||||
- uses: mattermost/action-mattermost-notify@master
|
||||
with:
|
||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
|
||||
MATTERMOST_CHANNEL: private-certbot
|
||||
|
|
|
|||
Loading…
Reference in a new issue