-
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 runs:
using: "node20"
main: "lib/index.js" I don't see |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@sarisia ^^ -- sorry forgot to ping you when I wrote this initially. |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for asking! We creates release commit which only contains 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! |
Beta Was this translation helpful? Give feedback.
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!