Skip to content

Commit da03697

Browse files
committed
Fix upgrade-main.yml GitHub action
1 parent 3dbe87f commit da03697

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/upgrade-main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
run: yarn install --check-files --frozen-lockfile
2323
- name: Upgrade dependencies
2424
run: npx projen upgrade
25-
- name: Set git identity & add files to commit
26-
run: |
27-
git config --local user.email [email protected]
28-
git config --local user.name svc-apix-bot
29-
git add .
3025
- name: Create Pull Request
3126
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
3227
with:

0 commit comments

Comments
 (0)