Skip to content

Commit

Permalink
fix: remove shell from action
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh890 committed Jun 20, 2024
1 parent 482c43b commit fe1c5e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/search-ui-deploy-composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ runs:
node-version: 18

- name: Install dependencies
shell: bash
run: |
cp src/app/services/envs/env-${{ inputs.maturity }}.ts src/app/services/env.ts
echo "{\"hash\":\"${{ github.sha }}\"}" > src/assets/commit-hash.json
Expand Down

0 comments on commit fe1c5e0

Please sign in to comment.