issues Search Results · repo:rjstone/discord-webhook-notify language:JavaScript
Filter by
10 results
(62 ms)10 results
inrjstone/discord-webhook-notify (press backspace or delete to remove)I’m using the rjstone/discord-webhook-notify@v1 action in my GitHub Actions workflow, but the action is failing with the
following error message:
SyntaxError: Unexpected token , !DOCTYPE ... is ...
marcft
- Opened 25 days ago
- #22
Failing example: Github workflow yml:
name: Discord Test
on: workflow_dispatch: branches: - main
jobs: discord_notify: runs-on: ubuntu-latest steps: - name: Linux Test Info uses: rjstone/discord-webhook-notify@v1 ...
stolenmuppets
- Opened on Aug 22, 2024
- #21
Mostafa-ewida
- Opened on Jun 3, 2024
- #20
Discord only allows 2000 characters in a message.
https://github.com/Kareadita/Kavita/actions/runs/6678809022/job/18150253331
I think this trim should be handled by the action itself.
We attempted to ...
therobbiedavis
- 2
- Opened on Oct 28, 2023
- #15
as github is closing down node 12
action.yml runs: using: node12
should be changed to
runs: using: node16
dehjvg
- 2
- Opened on Oct 24, 2022
- #12
This line throws because payload.repository is nil. the only key within payload is schedule . eventName is schedule .
https://github.com/rjstone/discord-webhook-notify/blob/89b0bf43c2c8514f70d0dcba4a706b904e8a3112/index.js#L48 ...
marknuzz
- Opened on May 31, 2022
- #9
In some cases, it is nice to be able to pass a string into the description or details or text from a variable, so other
steps in a workflow can generate a message and have this action send the message ...
help wanted
wyntrr-end
- Opened on Feb 1, 2021
- #7
I think this Action could benefit from more options to be available (depending on how difficult they are to implement of
course.)
Author in embed
Maybe have options like author_name, author_url and author_avatar ...
enhancement
help wanted
Andre601
- 2
- Opened on Jan 3, 2020
- #3
When executing the job below, does the workflow fail with this error.
##[error]Cannot read property author of undefined
##[error]Node run failed with exit code 1
Workflow:
name: Publication task
...
bug
Andre601
- 7
- Opened on Jan 2, 2020
- #2
Hi, your action is awesomely working!
Could you add the commit message (the commit message from the commit triggering the workflow) field in the default
description?
enhancement
inwardmovement
- 3
- Opened on Dec 25, 2019
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.