pls
This commit is contained in:
parent
d566ef1164
commit
1878fa8a57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue