Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
0163d70
Updates everything to latest
SyncIt21 Apr 24, 2026
301b7ef
Update module option in tsconfig.json
SyncIt21 Apr 24, 2026
f0628f3
test
SyncIt21 Apr 25, 2026
e65722c
Merge branch 'UpdateLatest' of https://github.com/SyncIt21/discord-no…
SyncIt21 Apr 25, 2026
503a05a
Update test.yml
SyncIt21 Apr 25, 2026
5eab778
test
SyncIt21 Apr 25, 2026
b82930d
never mind
SyncIt21 Apr 25, 2026
2255733
like this
SyncIt21 Apr 25, 2026
007e549
a
SyncIt21 Apr 25, 2026
d174ef0
again
SyncIt21 Apr 25, 2026
d20f22c
test
SyncIt21 Apr 25, 2026
76e0523
do this
SyncIt21 Apr 25, 2026
6576846
test
SyncIt21 Apr 25, 2026
fc8f408
now
SyncIt21 Apr 25, 2026
0be5fd2
this
SyncIt21 Apr 25, 2026
3e460fd
try again
SyncIt21 Apr 25, 2026
e736173
try this
SyncIt21 Apr 25, 2026
182de6a
ok like now?
SyncIt21 Apr 25, 2026
595c10a
update
SyncIt21 Apr 25, 2026
882bb8f
Update test.yml
SyncIt21 Apr 25, 2026
a603845
Update test.yml
SyncIt21 Apr 25, 2026
2f418d2
Update test.yml
SyncIt21 Apr 25, 2026
be2e5b8
works for push
SyncIt21 Apr 25, 2026
a1db5c4
test
SyncIt21 Apr 25, 2026
516083f
update
SyncIt21 Apr 25, 2026
36466b8
update
SyncIt21 Apr 25, 2026
ef057b0
Update title of README for Discord Notify Action
SyncIt21 Apr 27, 2026
389e024
Rename Discord Notify Action A to Discord Notify Action
SyncIt21 Apr 27, 2026
48ccfec
final patches
SyncIt21 May 1, 2026
f73feee
update lock
SyncIt21 May 1, 2026
2f1cc8e
Create New Text Document.txt
SyncIt21 May 1, 2026
335aa6f
test
SyncIt21 May 1, 2026
ef1fec6
test
SyncIt21 May 1, 2026
c63ade2
test
SyncIt21 May 1, 2026
4a31558
rename
SyncIt21 May 1, 2026
01e14bb
yup
SyncIt21 May 1, 2026
d747d1f
extra verification test
SyncIt21 May 2, 2026
0f61012
cause why not?
SyncIt21 May 2, 2026
b0af914
try again
SyncIt21 May 2, 2026
ca3f344
invert
SyncIt21 May 2, 2026
f4cf267
invert again
SyncIt21 May 2, 2026
c1a0cf1
this is correct testing
SyncIt21 May 2, 2026
b081acc
check version
SyncIt21 May 2, 2026
88c7994
maybe node version
SyncIt21 May 2, 2026
f9c5834
try again
SyncIt21 May 2, 2026
c9f120d
yup
SyncIt21 May 2, 2026
befb186
just to be sure
SyncIt21 May 2, 2026
4efc044
faaaak faak fak
SyncIt21 May 2, 2026
d1b681e
what the heck
SyncIt21 May 2, 2026
6c2fbd9
better update
SyncIt21 May 2, 2026
141e018
ahhhhh
SyncIt21 May 2, 2026
c3afcbd
idk why this doesnt work
SyncIt21 May 2, 2026
da67ae0
remove test
SyncIt21 May 2, 2026
7538faa
migrate to rollup
SyncIt21 May 2, 2026
4690034
correct
SyncIt21 May 2, 2026
8fba2fa
nyaaaa
SyncIt21 May 2, 2026
78c66f2
try with es
SyncIt21 May 2, 2026
e31dc8c
A
SyncIt21 May 2, 2026
bb9fcca
ok
SyncIt21 May 2, 2026
9ad5ef1
yup
SyncIt21 May 2, 2026
89972e2
small stuff
SyncIt21 May 3, 2026
f2a8334
I'll trust this
SyncIt21 May 3, 2026
82354ce
above one fixes it
SyncIt21 May 3, 2026
43d50b7
Modern workflow
SyncIt21 May 3, 2026
2fb4f86
whaa
SyncIt21 May 3, 2026
f979ec0
bring it back
SyncIt21 May 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

55 changes: 0 additions & 55 deletions .eslintrc.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
source-root: src
Expand Down
65 changes: 39 additions & 26 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,45 @@
name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
name: 'test'
on:
push:
branches:
- main
- 'releases/*'
- main
pull_request:
branches:
- main

jobs:
build: # make sure build/ci work properly
Comment thread
SyncIt21 marked this conversation as resolved.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: discord notify all options
uses: ./ # Uses an action in the root directory
with:
webhook_url: https://http-echo-stegzilla.herokuapp.com
title: Test title
message: 'test message'
include_image: true
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: TestUsername
colour: '#3371FF'
#custom_image_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
- uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: 24.x
- name: Install dependencies
run: |
npm ci
npm ls
- name: Validate dist
run: |
cp dist/main.js main_pr.js
rm -r dist
npm install --global rollup
npm run build
npm run package
diff dist/main.js main_pr.js
if [ $? -ne 0 ]; then
echo "Files differ."
exit 1
fi
- name: discord notify all options
uses: ./ # Uses an action in the root directory
with:
webhook_url: https://discord-notify-tg-station.requestcatcher.com/
title: Test Title
message: Test Message
include_image: true
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: TestUsername
colour: '#3371FF'
#custom_image_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@ Thumbs.db

# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*

# ignore tsc output files
out/
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ inputs:

runs:
using: 'node24'
main: 'dist/index.js'
main: 'dist/main.js'
Loading