diff options
author | 2023-01-17 19:32:35 +0000 | |
---|---|---|
committer | 2023-01-17 19:32:35 +0000 | |
commit | ad2b296d0dd778aee963e82a6750685151b6f61d (patch) | |
tree | 717aabc7a9588e48f748e9b70e151e7b52d3558d /.github | |
parent | Merge pull request #851 from python-discord/dependabot/github_actions/docker/... (diff) |
Bump SebastiaanZ/github-status-embed-for-discord from 0.2.1 to 0.3.0
Bumps [SebastiaanZ/github-status-embed-for-discord](https://github.com/SebastiaanZ/github-status-embed-for-discord) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/SebastiaanZ/github-status-embed-for-discord/releases)
- [Commits](https://github.com/SebastiaanZ/github-status-embed-for-discord/compare/v0.2.1...v0.3.0)
---
updated-dependencies:
- dependency-name: SebastiaanZ/github-status-embed-for-discord
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/status_embed.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml index b6a71b88..6c773d4d 100644 --- a/.github/workflows/status_embed.yaml +++ b/.github/workflows/status_embed.yaml @@ -56,7 +56,7 @@ jobs: # more information and we can fine tune when we actually want # to send an embed. - name: GitHub Actions Status Embed for Discord - uses: SebastiaanZ/[email protected] + uses: SebastiaanZ/[email protected] with: # Our GitHub Actions webhook webhook_id: '784184528997842985' |