79722893

Date: 2025-08-01 19:26:37
Score: 1
Natty:
Report link

Amazing solution, I used a simple variation of this solution like below:

- uses: actions/github-script@v6
  id: meta
  env:
    input_ctx: ${{ toJSON(inputs) }}
  with:
    script: |
        // Get input args
        const inputs = process.env?.input_ctx ?? {};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: PULKIT KAPOOR