fix(ci): add explicit ref:main for cross-repo checkout
Some checks failed
Build and Push Docker Image / build (push) Failing after 37s

actions/checkout@v3 fails when querying the default branch for a
different repository. Explicitly specifying ref:main skips the API
discovery that was returning 'Not found'.
This commit is contained in:
2026-04-28 01:26:15 +00:00
parent 89bb29e563
commit 012e53821c

View File

@@ -21,6 +21,7 @@ jobs:
repository: b3nw/schwab-scraper
path: vendor/schwab-scraper
token: ${{ secrets.CR_PAT }}
ref: main
- name: Login to Gitea Container Registry
uses: docker/login-action@v2