From 4e569986d283939969015d8c031d478de5697fde Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 5 Jun 2024 14:04:16 +0200 Subject: [PATCH] Use compact syntax to call local scripts --- .github/workflows/release-process_release-candidate.yml | 2 +- .github/workflows/release-process_tester.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index 4d7d30f4e9..f144338168 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -137,7 +137,7 @@ jobs: create-installers: name: Create installers - uses: Ultimaker/Cura/.github/workflows/installers.yml@CURA-10769_automate_release_action + uses: ./.github/workflows/installers.yml needs: [parse-version, create-cura-package] with: cura_conan_version: cura/${{ inputs.cura_version }}@/ diff --git a/.github/workflows/release-process_tester.yml b/.github/workflows/release-process_tester.yml index 15f041f52a..8220d61d31 100644 --- a/.github/workflows/release-process_tester.yml +++ b/.github/workflows/release-process_tester.yml @@ -6,13 +6,13 @@ on: jobs: test-feature-freeze: - uses: Ultimaker/Cura/.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action + uses: ./.github/workflows/release-process_feature-freeze.yml with: cura_version: 255.124 secrets: inherit test-release-candidate: - uses: Ultimaker/Cura/.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action + uses: ./.github/workflows/release-process_release-candidate.yml needs: [test-feature-freeze] with: cura_version: 255.124.0-beta.1