Skip to content

Commit 6dedd3d

Browse files
committed
fix: shell fix
1 parent d6dbfad commit 6dedd3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/orchestrator-heavy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--field provision_mode="${PROVISION_MODE}" \
4343
--field loop="${LOOP}" \
4444
--field run_light="${RUN_LIGHT}" \
45-
--field run_heavy="${RUN_HEAVY}" \
45+
--field run_heavy="${RUN_HEAVY}"
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
4848
GITHUB_REPO: ${{ github.repository }}

.github/workflows/orchestrator-light.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--field provision_mode="${PROVISION_MODE}" \
4343
--field loop="${LOOP}" \
4444
--field run_light="${RUN_LIGHT}" \
45-
--field run_heavy="${RUN_HEAVY}" \
45+
--field run_heavy="${RUN_HEAVY}"
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
4848
GITHUB_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)