Fix gitea ref syntax
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m15s

This commit is contained in:
Alex Selimov 2025-03-22 09:20:33 -04:00
parent c9f0d42abe
commit 7726c1f1e5

View File

@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry
- run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout {{ gitea.ref }}
- run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout ${{ gitea.ref }}
- run: echo $(ls)
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v