From 698c383e8e15bb2bd7934713871ed3eb4e2a31f9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 19 Mar 2026 22:12:42 -0400 Subject: [PATCH] [ci] I think this actually works --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e61de6..a63b30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: - name: Checkout source run: | - git clone ${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git . - git checkout ${GITEA_SHA} + git clone ${{ github.server_url }}/${{ github.repository }} . + git checkout ${{ github.sha }} - name: Build Flatpak run: |