Skip to content

Commit

Permalink
fix for autocomment failing
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Jun 10, 2024
1 parent b2a98c4 commit ed60b7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/[email protected]
-
if: github.event.pull_request.head.repo.full_name == github.repository
uses: wow-actions/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
issuesOpened: |
Expand Down

0 comments on commit ed60b7e

Please sign in to comment.