chore(workflows): Add more info in output
This commit is contained in:
parent
c8dc269f67
commit
d7330ebac5
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
"${{ forge.api_url }}/repos/${{ forge.repository }}/issues/comments/${comment_id}" \
|
||||
-d "$payload"
|
||||
else
|
||||
echo "Creating new comment..." && \
|
||||
echo "Creating new comment on PR $PR_NUMBER..." && \
|
||||
curl -s -X POST \
|
||||
-H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
"${{ forge.api_url }}/repos/${{ forge.repository }}/issues/comments/${comment_id}" \
|
||||
-d "$payload"
|
||||
else
|
||||
echo "Creating new comment..." && \
|
||||
echo "Creating new comment on PR $PR_NUMBER..." && \
|
||||
curl -s -X POST \
|
||||
-H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue