Skip to content

Commit

Permalink
fix: git user with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Aug 21, 2024
1 parent 90b6fd1 commit ce9495d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ runs:
- id: cog
shell: bash
run: |
${{ github.action_path }}/cog.sh \
${{ inputs.check }} \
${{ inputs.check-latest-tag-only }} \
${{ inputs.release }} \
${{ inputs.git-user }} \
${{ inputs.git-user-email }} \
${{ inputs.working-directory }} \
${{ github.action_path }}/cog.sh \
${{ inputs.check }} \
${{ inputs.check-latest-tag-only }} \
${{ inputs.release }} \
"${{ inputs.git-user }}" \
"${{ inputs.git-user-email }}" \
${{ inputs.working-directory }} \
${{ inputs.release-initial-version }}

0 comments on commit ce9495d

Please sign in to comment.