cron: fix canton3 checkout (#17926)

Turns out CI doesn't have `pull.default = current`.
This commit is contained in:
Gary Verhaegen 2023-11-27 16:44:43 +01:00 committed by GitHub
parent 6cb6e72335
commit 9d0ac21c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,8 @@ jobs:
- checkout: self
- bash: |
set -euo pipefail
git pull
git fetch
git checkout origin/main
ci/build-canton-3x.sh
env:
GITHUB_TOKEN: $(CANTON_READONLY_TOKEN)