From a38557413a09dcdc0dafee7c1cf6c6f61a07c68b Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Fri, 9 Feb 2024 23:12:07 +0100 Subject: [PATCH] correcterer composite action syntax --- .github/workflows/generate-sandboxes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-sandboxes.yml b/.github/workflows/generate-sandboxes.yml index a138a7ebe4ef..0f6b5e992e7d 100644 --- a/.github/workflows/generate-sandboxes.yml +++ b/.github/workflows/generate-sandboxes.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 with: ref: jeppe/25922-ci-generation-of-sandboxes-fail-sometimes-on-prereleases - - uses: ./.github/actions/generate-sandboxes-composite-action.yml + - uses: ./.github/actions/generate-sandboxes-composite-action with: destination-branch: next # generate-main: @@ -29,6 +29,6 @@ jobs: # - uses: actions/checkout@v4 # with: # ref: main - # - uses: ./.github/actions/generate-sandboxes-composite-action.yml + # - uses: ./.github/actions/generate-sandboxes-composite-action # with: # destination-branch: main