Skip to content

Commit f4fa317

Browse files
committed
Testing phase1
1 parent 50a1410 commit f4fa317

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/validate.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
REPO=${{ github.repository }}
4040
LABEL="full validation"
4141
ENCODED_LABEL=$(printf "%s" "$LABEL" | sed -e 's/ /%20/g' -e 's/:/%3A/g' -e 's/\//%2F/g' -e 's/?/%3F/g' -e 's/&/%26/g' -e 's/=/%3D/g')
42+
43+
echo $ENCODED_LABEL
44+
echo "https://api.github.com/repos/$REPO/issues/$PR_NUMBER/labels/$ENCODED_LABEL"
45+
echo ${{ secrets.GITHUB_TOKEN }}
4246
curl -X DELETE -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
4347
-H "Accept: application/vnd.github.v3+json" \
44-
"https://api.github.com/repos/$REPO/issues/$PR_NUMBER/labels/$ENCODED_LABEL"
48+
"https://api.github.com/repos/$REPO/issues/$PR_NUMBER/labels/$ENCODED_LABEL"

0 commit comments

Comments
 (0)