diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-27 18:03:33 +0000 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2021-08-12 15:58:36 +0200 |
commit | adfc4129a50cd3815783666436a8664ed94bf7e2 (patch) | |
tree | 25a266856d27fde70f2f97d4e8bd9b8d6ee21841 /.github/workflows/discord-closed-issues.yml | |
parent | Rename container registry token env var (diff) | |
download | seven-wonders-adfc4129a50cd3815783666436a8664ed94bf7e2.tar.gz seven-wonders-adfc4129a50cd3815783666436a8664ed94bf7e2.tar.bz2 seven-wonders-adfc4129a50cd3815783666436a8664ed94bf7e2.zip |
Bump Ilshidur/action-discord from 0.3.0 to 0.3.2
Bumps [Ilshidur/action-discord](https://github.com/Ilshidur/action-discord) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/Ilshidur/action-discord/releases)
- [Commits](https://github.com/Ilshidur/action-discord/compare/0.3.0...0.3.2)
---
updated-dependencies:
- dependency-name: Ilshidur/action-discord
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/discord-closed-issues.yml')
-rw-r--r-- | .github/workflows/discord-closed-issues.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/discord-closed-issues.yml b/.github/workflows/discord-closed-issues.yml index 7ade5e51..40544984 100644 --- a/.github/workflows/discord-closed-issues.yml +++ b/.github/workflows/discord-closed-issues.yml @@ -13,6 +13,6 @@ jobs: - name: Send closed issue notif env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_SEVEN_WONDERS }} - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.3.2 with: args: '[Issue #{{ EVENT_PAYLOAD.issue.number }}](<{{ EVENT_PAYLOAD.issue.html_url }}>) closed: {{ EVENT_PAYLOAD.issue.title }}' |