Compare commits

..

2 commits

Author SHA1 Message Date
c0954ba020 chore: Implement the action in its own repo
Some checks failed
Claude PR Review / claude (pull_request) Failing after 8s
2025-06-02 08:28:45 +02:00
1878fa8a57 pls 2025-06-02 08:27:57 +02:00

View file

@ -47,7 +47,7 @@ runs:
GITEA_URL: ${{ inputs.GITEA_URL }}
GITEA_TOKEN: ${{ inputs.GITEA_CLAUDE_TOKEN }}
run: |
tea login add --name mygitea --url "$GITEA_URL" --token "$GITEA_TOKEN" --insecure ${{ startsWith(inputs.GITEA_URL, 'http://') || '' }}
tea login add --name mygitea --url "$GITEA_URL" --token "$GITEA_TOKEN"
- name: Install bun
uses: oven-sh/setup-bun@v2