Skip to content

Commit

Permalink
action.yml: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 24, 2024
1 parent 1a22fda commit d28ab89
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,4 @@ runs:
const inputs = ${{ toJson(inputs) }}
const script = require(`${actionPath}/action.cjs`)
await script({github, context, inputs, actionPath, core})
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
console.log("steps: "+JSON.stringify(${{ toJson(steps) }}))
console.log("inputs: "+JSON.stringify(${{ toJson(inputs) }}))
console.log("context: "+JSON.stringify(context))
console.log("ENV: "+JSON.stringify(process.env))
await script({github, context, inputs, actionPath, core})

0 comments on commit d28ab89

Please sign in to comment.