Skip to content

Commit e07ef5d

Browse files
committed
updated workflow
1 parent 9be01f6 commit e07ef5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/getIssuesDetails.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Get Issue Details
10-
run: echo "A new issue was opened ${{ github.event.issue }}"
10+
run: echo "A new issue was opened ${{ toJSON(github.event.issue) }}"

0 commit comments

Comments
 (0)