Skip to content

Commit

Permalink
feat: Enable source maps in action.yml for improved debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 26, 2024
1 parent 011c6fb commit 0fca235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ inputs:
runs:
using: "node20"
main: "dist/index.js"
env:
NODE_OPTIONS: "--enable-source-maps"

0 comments on commit 0fca235

Please sign in to comment.