Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore: set author name and email in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mnacamura committed Dec 23, 2021
1 parent 0475044 commit 0682bcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-upstream-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
ref: ${{ github.head_ref }}
- uses: fish-actions/[email protected]
- run: |
git config user.name mnacamura
git config user.email [email protected]
git remote add upstream https://github.com/PatrickF1/fzf.fish.git
git fetch --unshallow upstream main
git merge --no-ff upstream/main
Expand Down

0 comments on commit 0682bcf

Please sign in to comment.