Skip to content

Commit

Permalink
Error
Browse files Browse the repository at this point in the history
  • Loading branch information
WannaCry016 committed Nov 1, 2024
1 parent ad8ff96 commit 66db2cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Auto_Commentv2 .yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Auto Commentv2
on: [issues, pull_request_target]
on: [issues, pull_request, pull_request_target] # Include pull_request here for commenting
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -8,10 +8,10 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v2
- name: 🚧 Install
- name: 🚧 Install
run: |
yarn
- name: 📦 Build
- name: 📦 Build
run: |
yarn build
- uses: ./ # Ensure this points to the correct action path
Expand Down

0 comments on commit 66db2cb

Please sign in to comment.