verbose
This commit is contained in:
parent
e556367d5c
commit
b3e0645fb2
1 changed files with 2 additions and 1 deletions
|
@ -21,5 +21,6 @@ jobs:
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Package deployment
|
- name: Package deployment
|
||||||
run: curl -s $GITUB_SERVER_URL/api/v1/repos/$GITHUB_REPOSITORY/${{ github.event.number }} | jq .draft
|
run: |
|
||||||
|
curl $GITUB_SERVER_URL/api/v1/repos/$GITHUB_REPOSITORY/${{ github.event.number }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue