Merge pull request #13585 from leonardomaier/init-git-repo-on-create-app

Initializes git repository when creating an app
This commit is contained in:
Patrik Oldsberg
2022-09-29 13:25:24 +02:00
committed by GitHub
10 changed files with 254 additions and 11 deletions
+5
View File
@@ -41,6 +41,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Configure Git
run: |
git config --global user.email noreply@backstage.io
git config --global user.name 'GitHub e2e user'
- name: use node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
+5
View File
@@ -39,6 +39,11 @@ jobs:
- uses: actions/checkout@v3
- name: Configure Git
run: |
git config --global user.email noreply@backstage.io
git config --global user.name 'GitHub e2e user'
- name: use node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with: