fix(ci): do not use a name when logging in
This should fix an error with `tea`
This commit is contained in:
parent
d26caed805
commit
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…
Reference in a new issue