Skip to content

Commit

Permalink
fix: forgor shell from my composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
ollibowers committed Jul 13, 2024
1 parent b65cd4c commit 0b885b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-ci-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
python-version: "3.12"
- name: Install dotenv
run: pip install dotenv
shell: bash
- name: Create env files
run: >
python3
Expand All @@ -23,6 +24,8 @@ runs:
--mongodb_username="github_ci"
--mongodb_password="github_ci"
--mongodb_service_hostname="mongodb"
shell: bash
- name: lol
run: ls
shell: bash

0 comments on commit 0b885b4

Please sign in to comment.