Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Jan 26, 2024
1 parent dee0039 commit 2e60e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sapmachine-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/temurin-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2e60e11

Please sign in to comment.