idk
This commit is contained in:
parent
7984d3c7fa
commit
131b83733b
1 changed files with 0 additions and 8 deletions
|
@ -47,14 +47,6 @@ runs:
|
||||||
GITEA_URL: ${{ inputs.GITEA_URL }}
|
GITEA_URL: ${{ inputs.GITEA_URL }}
|
||||||
GITEA_TOKEN: ${{ inputs.GITEA_CLAUDE_TOKEN }}
|
GITEA_TOKEN: ${{ inputs.GITEA_CLAUDE_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
if [ -z "$GITEA_URL" ]; then
|
|
||||||
echo "Error: GITEA_URL secret is not set."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
if [ -z "$GITEA_TOKEN" ]; then
|
|
||||||
echo "Error: GITEA_TOKEN secret is not set."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
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(secrets._GITEA_URL, 'http://') || '' }}
|
||||||
|
|
||||||
- name: Install bun
|
- name: Install bun
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue