We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bfddf24
actionlint -format '{{json .}}'
actions/github-script
core.setOutput()
- id: test uses: actions/github-script@v5 with: script: | core.setOutput('answer', 42); - run: | echo "The answer is ${{ steps.test.outputs.answer }}"
actions/cache
code-ql-actions/*