Skip to content

Releases: sarisia/actions-status-discord

v1.15.0

08 Sep 11:19
33dfe58
Compare
Choose a tag to compare

What's Changed

  • You can now get Discord embed payload json as action output like:

    - uses: sarisia/actions-status-discord@v1
      if: always()
      id: webhook # set id to reference output payload later
      with:
        ack_no_webhook: true # set this to suppress warning
        # you can omit webhook input (or DISCORD_WEBHOOK environment variable)
      
    - run: npm install axios
    - uses: actions/github-script@v7
      env:
        WEBHOOK_PAYLOAD: ${{ steps.webhook.outputs.payload }}
        WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK }}
      with:
        script: |
          const axios = require("axios")
    
          const { WEBHOOK_PAYLOAD, WEBHOOK_URL } = process.env
    
          const payload = JSON.parse(WEBHOOK_PAYLOAD)
    
          // modify payload as you like
          delete payload.embeds[0].color
    
          // send to Discord
          axios.post(WEBHOOK_URL, payload)
  • Update dependencies

Full Changelog: v1.14.7-src...v1.15.0-src

v1.14.8-pre.0: Automatic build

07 Sep 05:33
5701262
Compare
Choose a tag to compare
Pre-release
Commit c11644ee114746158311452c970112178d05e67d
Run https://github.com/sarisia/actions-status-discord/actions/runs/10749013020

v1.15.0-pre.0: Automatic build

13 Aug 19:47
b7d374a
Compare
Choose a tag to compare
Pre-release
Commit abaf8be4bcc7a052945cfadfe46d59fb6adce52d
Run https://github.com/sarisia/actions-status-discord/actions/runs/10376219464

v1.14.7

11 Aug 15:55
ce8cc68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.6-src...v1.14.7-src

v1.14.7-pre.0: Automatic build

11 Aug 15:51
c4c826c
Compare
Choose a tag to compare
Pre-release
Commit 31f9b74a92e293bc08e16f70593e6a21d0ef32ae
Run https://github.com/sarisia/actions-status-discord/actions/runs/10340987875

v1.14.6

04 Aug 07:44
e07f002
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the github-actions group with 3 updates by @dependabot in #544
  • chore(deps): bump the nodejs group with 4 updates by @dependabot in #545

Full Changelog: v1.14.5-src...v1.14.6-src

v1.14.6-pre.0: Automatic build

04 Aug 07:37
2e525b7
Compare
Choose a tag to compare
Pre-release
Commit 42796fc7d643cfc64c02d675b19b6d2653458d0f
Run https://github.com/sarisia/actions-status-discord/actions/runs/10234512434

v1.14.5

06 Jul 18:51
448a592
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the github-actions group with 3 updates by @dependabot in #542
  • chore(deps): bump the nodejs group with 3 updates by @dependabot in #543

Full Changelog: v1.14.4-src...v1.14.5-src

v1.14.5-pre.1: Automatic build

06 Jul 18:47
c0a6be1
Compare
Choose a tag to compare
Pre-release
Commit 208358be8109b91bd9910e95557b555ef55160f3
Run https://github.com/sarisia/actions-status-discord/actions/runs/9821399360

v1.14.5-pre.0: Automatic build

06 Jul 13:10
addce93
Compare
Choose a tag to compare
Pre-release
Commit 1e32da83830373f24109abd2a39563cb5ed5a0fe
Run https://github.com/sarisia/actions-status-discord/actions/runs/9819532765