chore(workflows): Add more info in output

This commit is contained in:
Peter 2026-02-19 10:17:09 +01:00
parent c8dc269f67
commit d7330ebac5
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 2 additions and 2 deletions

View file

@ -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" \

View file

@ -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" \