diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 56e3165..1ff4684 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -14,6 +14,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ref: ${{ github.ref }} - name: Install python run: uv python install 3.11