Skip to content

Commit

Permalink
Update lister.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Jan 14, 2025
1 parent a5263a9 commit 54bc3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lister.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "GitHubActionsBot"
git config user.email "actions@github.com"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
if git diff-index --quiet HEAD; then
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 54bc3f4

Please sign in to comment.