From 44728ff19b49484c07e2da3764cb8c150fffeca0 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Thu, 29 Aug 2024 20:21:38 +0200 Subject: [PATCH] fixup --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b2246b..ae6899b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,9 @@ jobs: - name: Checkout HelloWorld uses: actions/checkout@v4 with: - repository: cristianadam/HelloWorld + repository: f3d-app/HelloWorld path: HelloWorld + ref: v2.0.1 - name: Install tools Windows if: runner.os == 'Windows'