Skip to content

Commit 6458fdf

Browse files
add checkout step
1 parent 20096c1 commit 6458fdf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/merge-to-beta.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
env:
2121
GH_TOKEN: ${{ github.token }}
22-
REPO: ${{ github.event.repository.name }}
22+
# REPO: ${{ github.event.repository.name }}
2323
steps:
24-
- name: "Get ready-for-beta PRs"
25-
run: gh pr list -l ready-for-beta --repo $REPO
24+
- uses: actions/checkout@v4
25+
26+
- name: "Get ready-for-beta PRs"
27+
run: gh pr list -l ready-for-beta

0 commit comments

Comments
 (0)