Skip to content

Commit

Permalink
fix: bad token error of notify_triagers workflow (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 authored Dec 16, 2024
1 parent 00cb653 commit 1812dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/notify-triager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Get commit message
id: commit-message
Expand Down

0 comments on commit 1812dab

Please sign in to comment.