I'm not seeing how this works, can you help?
Closed this issue · 2 comments
Larzous commented
I'm newer to github actions and I'm just not seeing where/how the scripts runs so I can look at the javascript that is actually running.
In actions.yml
it says:
runs:
using: "node20"
main: "lib/index.js"
I don't see /lib/index.js
anywhere in the project directory, where is this file being called from? -- I'm interested in looking at the js itself to see what's happening and try to learn from it.
sarisia commented
Hi, thank you for asking!
We creates release commit which only contains lib/index.js
file.
You can find these commits in releases page.
These commits are built and commited from github actions and you can find build logs here: release · Workflow runs · sarisia/actions-status-discord
Hope this helps!