Skip to content

Commit

Permalink
fix: remove github actions user
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo authored Sep 9, 2024
1 parent 7dd671e commit fa7bb3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
branch_name=$(git rev-parse --abbrev-ref HEAD)
original_remote=$(git remote get-url origin)
pr_branch="sync-template/${branch_name}"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git checkout -b "$pr_branch"
git clone https://github.com/ubiquity/ts-template
for file in $IGNORE_FILES; do
Expand Down

0 comments on commit fa7bb3f

Please sign in to comment.