We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b31d41 commit fd1c259Copy full SHA for fd1c259
1 file changed
.github/workflows/pull-request.yml
@@ -19,6 +19,8 @@ jobs:
19
name: Test Label
20
runs-on: ubuntu-latest
21
steps:
22
+ - uses: actions/checkout@v4
23
+
24
- name: Test Label Added
25
uses: ./.github/actions/test-unlabel
26
with:
@@ -29,6 +31,8 @@ jobs:
29
31
name: Test Unlabel
30
32
33
34
35
36
- name: Remove Test Label
37
uses: ./.github/actions/test-label
38
0 commit comments