We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbe87f commit da03697Copy full SHA for da03697
.github/workflows/upgrade-main.yml
@@ -22,11 +22,6 @@ jobs:
22
run: yarn install --check-files --frozen-lockfile
23
- name: Upgrade dependencies
24
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 .
30
- name: Create Pull Request
31
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
32
with:
0 commit comments