Compare commits

..

2 commits

Author SHA1 Message Date
8de3392da8 chore: Implement the action in its own repo
Some checks failed
Claude PR Review / claude (pull_request) Failing after 7s
2025-06-02 08:26:14 +02:00
d566ef1164 whoops 2025-06-02 08:25:11 +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(secrets._GITEA_URL, 'http://') || '' }}
tea login add --name mygitea --url "$GITEA_URL" --token "$GITEA_TOKEN" --insecure ${{ startsWith(inputs.GITEA_URL, 'http://') || '' }}
- name: Install bun
uses: oven-sh/setup-bun@v2