Skip to content

Commit cd9665b

Browse files
committed
add shell to composite action
1 parent bfea19b commit cd9665b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ runs:
99
python-version: '>=3.11'
1010

1111
- name: Install dependencies
12+
shell: bash
1213
run: pip install -r requirements.txt

.github/workflows/issue_to_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout sources
3131
uses: actions/checkout@v4
3232

33-
- name: Setup python
33+
- name: Setup Python
3434
uses: ./.github/actions/setup
3535

3636
- name: Read and validate properties txt file

.github/workflows/pull_request_test_run_update_flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout sources
1515
uses: actions/checkout@v4
1616

17-
- name: Setup python
17+
- name: Setup Python
1818
uses: ./.github/actions/setup
1919

2020
- name: run unit tests

.github/workflows/update_contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout sources
1515
uses: actions/checkout@v4
1616

17-
- name: Setup python
17+
- name: Setup Python
1818
uses: ./.github/actions/setup
1919

2020
- name: fetch updates and edit database

0 commit comments

Comments
 (0)