mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-21 15:12:06 +01:00
Add a comment about preview being ready
This commit is contained in:
parent
e913b907d7
commit
7aec448e6c
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ steps:
|
|||
git add .
|
||||
git commit -m "Update rendered page" -m "Source: $CI_COMMIT_SHA" -m "See: $CI_BUILD_LINK"
|
||||
git push
|
||||
curl --fail -i -d body="Preview is ready at https://openpgp.codeberg.page/pr-preview/$CI_COMMIT_PULL_REQUEST/" -H "Authorization: token $CODEBERG_TOKEN" "https://codeberg.org/api/v1/repos/$CI_REPO/issues/$CI_COMMIT_PULL_REQUEST/comments"
|
||||
fi
|
||||
when:
|
||||
event: pull_request
|
||||
|
|
Loading…
Reference in a new issue