diff --git a/.gitea/workflows/build-pr.yaml b/.gitea/workflows/build-pr.yaml index d8b18f2..90aad01 100644 --- a/.gitea/workflows/build-pr.yaml +++ b/.gitea/workflows/build-pr.yaml @@ -10,5 +10,5 @@ jobs: - name: Build PR if: gitea.base_ref == 'main' run: | - git clone --single-branch --branch ${{ gitea.head_ref }} https://git.primefactorsolutions.com/PFS/pfs-intra.git && cd pfs-intra && ./mvnw clean package -Pproduction + git clone --single-branch --branch "${{ gitea.head_ref }}" https://git.primefactorsolutions.com/PFS/pfs-intra.git && cd pfs-intra && ./mvnw clean package -Pproduction - run: echo "This job's status is ${{ job.status }}."