diff --git a/.github/workflows/sapmachine-update.yaml b/.github/workflows/sapmachine-update.yaml index b4b26be..7c78b11 100644 --- a/.github/workflows/sapmachine-update.yaml +++ b/.github/workflows/sapmachine-update.yaml @@ -17,7 +17,7 @@ jobs: - id: sapmachine_sync shell: bash run: | - ./scripts/sapmachine-sync.sh + bash ./scripts/sapmachine-sync.sh - id: repo_update shell: bash run: | diff --git a/.github/workflows/temurin-update.yaml b/.github/workflows/temurin-update.yaml index 5af706f..0c87f68 100644 --- a/.github/workflows/temurin-update.yaml +++ b/.github/workflows/temurin-update.yaml @@ -17,7 +17,7 @@ jobs: - id: temurin_sync shell: bash run: | - ./scripts/temurin-sync.sh + bash ./scripts/temurin-sync.sh - id: repo_update shell: bash run: |