Skip to content

Commit

Permalink
Debug Build
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Jan 17, 2025
1 parent 8dcf0d4 commit 4aa8377
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions demo-label-bug.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/bin/bash
set -x

OWNER=acuminous
REPO=knuff-github-driver
ID=$(openssl rand -base64 12)

curl -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/acuminous/knuff-github-driver/issues \
https://api.github.com/repos/${OWNER}/${REPO}/issues \
-d "{
\"title\": \"Label Bug\",
\"body\": \"Demonstrates the Label Bug\",
\"labels\": [\"l1\", \"l2\", \"knuff:test-${ID}\", \"knuff:2024-12-25\"]
\"labels\": [\"knuff:test-${ID}\"]
}"

0 comments on commit 4aa8377

Please sign in to comment.