Skip to content

Commit

Permalink
correcterer composite action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Feb 9, 2024
1 parent 658f715 commit a385574
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
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
# with:
# destination-branch: main

0 comments on commit a385574

Please sign in to comment.