Skip to content

Commit

Permalink
Set shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Dec 17, 2021
1 parent 0b8e748 commit a5cffba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/publish-spm-tag/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ inputs:
runs:
using: composite
steps:
- run: |
- shell: bash
run: |
git config --local user.name "GitHub Actions"
git config --local user.email "actions@github.com"
git checkout spm/${{ inputs.package-name }}
Expand Down

0 comments on commit a5cffba

Please sign in to comment.