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 54bc3f4 commit 53c02b1
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 "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
Expand Down

0 comments on commit 53c02b1

Please sign in to comment.