diff --git a/.github/workflows/feature-branch-cleanup.yml b/.github/workflows/feature-branch-cleanup.yml index 4645a92d78..b021a8d99b 100644 --- a/.github/workflows/feature-branch-cleanup.yml +++ b/.github/workflows/feature-branch-cleanup.yml @@ -29,8 +29,9 @@ jobs: - name: Delete folder run: | + git config --global user.name GitHub Action + git config --global user.email github-action@users.noreply.github.com git rm demo-${{ env.BRANCH_NAME }} -r - git config user.name ${{ github.actor }} git add . git commit -m "Remove feature branch folder" git push