chore: Add tofu workflows #1
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ jobs:
|
||||||
curl -s -X PATCH \
|
curl -s -X PATCH \
|
||||||
-H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
"${{ forge.api_url }}/repos/${{ forge.repository }}/issues/comments/${{ steps.fetch.outputs.comment_id }}" \
|
"${{ forge.api_url }}/repos/${{ forge.repository }}/issues/comments/${comment_id}" \
|
||||||
-d "$payload"
|
-d "$payload"
|
||||||
else
|
else
|
||||||
echo "Creating new comment..." && \
|
echo "Creating new comment..." && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue