Skip to content

Commit

Permalink
Fixes the parse-comment call
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Mar 21, 2024
1 parent ef6f041 commit 981f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/external-prs-handle-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Parse the comment to see if it's a deploy comment
id: parse_comment
run: |
cd ops/external-prs && pnpm tools parse-comment ${{ github.repository }} ${{ github.event.comment.id }} ${{ github.event.comment.user.login }} $GITHUB_OUTPUT
cd ops/external-prs && pnpm tools parse-comment ${{ github.repository }} ${{ github.event.comment.id }} $GITHUB_OUTPUT
# - name: Deploy if the deployment is eligible
# run: |
Expand Down

0 comments on commit 981f691

Please sign in to comment.