fix(ci): do not use a name when logging in
All checks were successful
/ check (push) Successful in 3s
/ build (push) Successful in 1s

This should fix an error with `tea`
This commit is contained in:
Jalil David Salamé Messina 2024-10-12 22:15:19 +02:00
parent d26caed805
commit e79e03ce2e
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -58,5 +58,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
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"