Compare commits
1 commit
1624346409
...
e79e03ce2e
Author | SHA1 | Date | |
---|---|---|---|
e79e03ce2e |
1 changed files with 1 additions and 1 deletions
|
@ -58,5 +58,5 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
tea login add --name "forgejo-actions" --token "$GITHUB_TOKEN"
|
tea login add --token "$GITHUB_TOKEN"
|
||||||
tea pr create --title "${PR_TITLE}" --description "$(cat body.md)" --repo "$GITHUB_REPOSITORY"
|
tea pr create --title "${PR_TITLE}" --description "$(cat body.md)" --repo "$GITHUB_REPOSITORY"
|
||||||
|
|
Loading…
Add table
Reference in a new issue