We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bd1fe commit bbb5587Copy full SHA for bbb5587
.github/workflows/pr-validator.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up jq (for parsing JSON)
22
run: sudo apt-get install -y jq
23
24
- - name: Debug: Print token
+ - name: Debug Print token
25
run: echo "Token value: ${{ secrets.GH_PR_VALIDATOR_TOKEN }}" #REMOVE AFTER DEBUGGING
26
27
- name: PR Validation Script
0 commit comments