Skip to content

Commit

Permalink
Merge pull request #1 from wyarde/patch-1
Browse files Browse the repository at this point in the history
Rely on default shell instead of bash
  • Loading branch information
ScottGuymer authored Oct 18, 2021
2 parents ebb92c5 + 9396dae commit 06d0329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
steps:
- name: Setup private repo credentials for private modules
run: git config --global url."https://git:${{ inputs.token }}@github.com/${{ inputs.org }}".insteadOf "https://github.com/${{ inputs.org }}"
shell: bash
shell: sh

0 comments on commit 06d0329

Please sign in to comment.