Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 28, 2023
1 parent ae75ba7 commit 74e63c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ux-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
# console.log(comment);
# console.log(prNumber);
- run: echo ${{ github.event.number }}
- run: echo ${{ github.event.issue.number }}

- name: Create comment
if: github.event.issue.pull_request && contains(github.event.comment.body, '/ux-checklist')
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.number }}
issue-number: ${{ github.event.issue.number }}
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
Expand Down

0 comments on commit 74e63c1

Please sign in to comment.