Skip to content

Commit fd1c259

Browse files
wip
1 parent 0b31d41 commit fd1c259

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
name: Test Label
2020
runs-on: ubuntu-latest
2121
steps:
22+
- uses: actions/checkout@v4
23+
2224
- name: Test Label Added
2325
uses: ./.github/actions/test-unlabel
2426
with:
@@ -29,6 +31,8 @@ jobs:
2931
name: Test Unlabel
3032
runs-on: ubuntu-latest
3133
steps:
34+
- uses: actions/checkout@v4
35+
3236
- name: Remove Test Label
3337
uses: ./.github/actions/test-label
3438
with:

0 commit comments

Comments
 (0)