We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be01f6 commit e07ef5dCopy full SHA for e07ef5d
1 file changed
.github/workflows/getIssuesDetails.yaml
@@ -7,4 +7,4 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Get Issue Details
10
- run: echo "A new issue was opened ${{ github.event.issue }}"
+ run: echo "A new issue was opened ${{ toJSON(github.event.issue) }}"
0 commit comments