Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/duplicate-issue-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: 🔍 Find Closed Duplicate Issues
id: find_duplicates
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:


- name: 💬 Add Comment to Duplicates
uses: actions/github-script@v7
uses: actions/github-script@v9
# Pass the JSON string from the previous step into an environment variable
env:
DUPLICATE_DETAILS_JSON: ${{ steps.find_duplicates.outputs.duplicate_details_json }}
Expand Down
Loading