mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Specify bash shell for all shared action steps
This commit is contained in:
1
.github/actions/setup-project/action.yml
vendored
1
.github/actions/setup-project/action.yml
vendored
@@ -14,4 +14,5 @@ runs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- name: Install application dependencies
|
- name: Install application dependencies
|
||||||
|
shell: bash
|
||||||
run: make bootstrap
|
run: make bootstrap
|
||||||
|
|||||||
Reference in New Issue
Block a user