v1.15.0 #43
Annotations
16 warnings
release
The following actions uses node12 which is deprecated and will be forced to run on node16: sarisia/build-and-tag-action@86c2f7fbe7691ec3529884d45038295c0aa3ce35. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release
The following actions use a deprecated Node.js version and will be forced to run on node20: sarisia/build-and-tag-action@86c2f7fbe7691ec3529884d45038295c0aa3ce35. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (ubuntu-24.04)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (ubuntu-latest)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (ubuntu-22.04)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (ubuntu-20.04)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (windows-latest)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (windows-2022)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (windows-2019)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (macos-latest)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (macos-14)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (macos-13)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
e2e-all-os (macos-12)
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|
conclude
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@98814c53be79b1d30f795b907e553d8679345975. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
conclude
embed field value must be shorter than 1024, got 1189
**v1.15.0**
## What's Changed
- You can now get Discord embed payload json as action output like:
```yaml
- 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)
```
- See [README](https://github.com/sarisia/actions-status-discord?tab=readme-ov-file#full-payload-control) for more details
- Update dependencies
**Full Changelog**: https://github.com/sarisia/actions-status-discord/compare/v1.14.7-src...v1.15.0-src
|