Skip to content

Commit

Permalink
set git user name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Nov 9, 2021
1 parent 7247c4a commit a454eaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ runs:
shell: bash
run: |
barbarian export ${{ inputs.recipe_path }} ${{ inputs.package_name }}/${{ inputs.package_version }}@${{ github.repository }}
- name: Set git name
shell: bash
run: |
git config --global user.name '${{ github.repository_owner }}'
- name: Upload recipe
shell: bash
run: |
Expand Down

0 comments on commit a454eaf

Please sign in to comment.