echo curl
This commit is contained in:
parent
e783b449f0
commit
e37f9052e6
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Package deployment
|
||||
run: |
|
||||
echo $GITHUB_SERVER_URL/api/v1/repos/$GITHUB_REPOSITORY/${{ github.event.number }}
|
||||
curl $GITHUB_SERVER_URL/api/v1/repos/$GITHUB_REPOSITORY/${{ github.event.number }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue