Skip to content

Commit b0c545e

Browse files
committed
debug 4
1 parent 478b27a commit b0c545e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/label-validation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
import os
2424
2525
# Print all PR labels
26-
# labels_json = '${{ toJson(github.event.pull_request.labels) }}'
2726
print(f"All PR labels JSON: ${{ toJson(github.event.pull_request.labels) }}")
2827
29-
# labels = '${{ github.event.pull_request.labels }}'
3028
print(f"All PR labels: ${{ github.event.pull_request.labels }}")
3129
3230
labels = json.loads('${{ toJson(github.event.pull_request.labels) }}')

0 commit comments

Comments
 (0)