publish: drop --branch flag now that automation/songs is merged to main
/ publish (push) Failing after 35s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 18:05:43 +09:00
parent 47dc018d6b
commit 762ea8386e
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
env: env:
FAPAT: ${{ secrets.FAPAT }} FAPAT: ${{ secrets.FAPAT }}
URL_TO_GITEA: ${{ vars.URL_TO_GITEA }} URL_TO_GITEA: ${{ vars.URL_TO_GITEA }}
run: git clone --branch automation/songs --depth 1 "http://mikkeli:${FAPAT}@${URL_TO_GITEA#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki run: git clone "http://mikkeli:${FAPAT}@${URL_TO_GITEA#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki
- name: Install Python deps - name: Install Python deps
run: pip install --no-cache-dir -r auto-wiki/pipelines/songs/requirements.txt run: pip install --no-cache-dir -r auto-wiki/pipelines/songs/requirements.txt