Skip to content

Commit 704dc38

Browse files
committed
fix: Add shell key to action step that uses run
1 parent 98479ad commit 704dc38

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/shared-build-steps/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ runs:
2323
platforms: amd64,arm64
2424

2525
- name: Free disk space 🧹
26+
shell: bash
2627
run: |
2728
sudo swapoff -a
2829
sudo rm -f /swapfile

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626

2727
- uses: ./.github/actions/shared-build-steps
2828
with:
29-
shell: bash
3029
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
3130
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
3231
runner_os: ${{ runner.os }}
@@ -64,7 +63,6 @@ jobs:
6463

6564
- uses: ./.github/actions/shared-build-steps
6665
with:
67-
shell: bash
6866
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
6967
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
7068
runner_os: ${{ runner.os }}

0 commit comments

Comments
 (0)