-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ jobs: | |
- uses: actions/checkout@v1 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)" | ||
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)" | ||
git config --global user.name "Nebula Plugin Maintainers" | ||
git config --global user.email "[email protected]" | ||
- name: Set up JDK 8 | ||
uses: actions/setup-java@v2 | ||
with: | ||
|
@@ -109,8 +109,8 @@ jobs: | |
- uses: actions/checkout@v1 | ||
- name: Setup git user | ||
run: | | ||
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)" | ||
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)" | ||
git config --global user.name "Nebula Plugin Maintainers" | ||
git config --global user.email "[email protected]" | ||
- name: Setup jdk 8 | ||
uses: actions/setup-java@v1 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters