Skip to content

Commit

Permalink
added props
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyscholl committed Sep 7, 2023
1 parent ba418d0 commit 5965d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2

- name: Run create-discussion-comment
uses: wesleyscholl/create-discussion-comment@v1.0.12
uses: wesleyscholl/create-discussion-comment@v1.0.13
id: create-comment
with:
discussion-id: 'D_kwDOKEe7W84AVXOO'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ runs:
shell: bash
env:
RES_DATA: ${{ steps.discusscomment.outputs.RES_DATA }}
run: echo $RES_DATA
run: echo $RES_DATA.data.addDiscussionComment.comment.id

0 comments on commit 5965d2a

Please sign in to comment.