Skip to content

Commit 9146199

Browse files
authored
fix: ref main in reusable PR review workflows (#3326)
1 parent 86feca3 commit 9146199

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-review-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
repository: temporalio/ui
30-
ref: ${{ github.workflow_sha }}
30+
ref: main
3131
path: ._reusable
3232

3333
- name: Get Reviewers to Notify

.github/workflows/pr-review-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
repository: temporalio/ui
35-
ref: ${{ github.workflow_sha }}
35+
ref: main
3636
path: ._reusable
3737

3838
- name: Find Pending Reviews and Send Reminders

0 commit comments

Comments
 (0)