forked from ivan-hc/AM
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -43,8 +43,8 @@ jobs: | |
# You have to create PAT (Personal Access Token) with write abillity to target repo | ||
# Save it as secret in repository where action will run (source) with name 'TARGET_REPO_TOKEN' | ||
# Check all paths in script! | ||
git config user.name "github-actions[bot]" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config user.name "zenobit" | ||
git config user.email "[email protected]" | ||
git add . | ||
if git diff-index --quiet HEAD; then | ||
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY | ||
|