Skip to content

Commit

Permalink
correct syntax for local composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Feb 9, 2024
1 parent 81abd2a commit 658f715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-sandboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.yml
with:
destination-branch: next
# generate-main:
Expand All @@ -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.yml
# with:
# destination-branch: main

0 comments on commit 658f715

Please sign in to comment.