Remove manual git config

This commit is contained in:
Jesse Hills 2022-02-16 11:55:13 +13:00
parent df10b0e63d
commit 3fb156b66a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 0 additions and 9 deletions

View File

@ -57,10 +57,6 @@ jobs:
runs-on: ubuntu-latest
needs: [create-release]
steps:
- name: Git config
run: |
git config user.name esphomebot
git config user.email esphome@nabucasa.com
- name: Publish beta release to community-addons repository
run: |
docker run --rm hassioaddons/repository-updater:latest \

View File

@ -16,11 +16,6 @@ jobs:
deploy-community-addons:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Git config
run: |
git config user.name esphomebot
git config user.email esphome@nabucasa.com
- if: ${{ contains(github.event.inputs.version, 'b') || github.event.inputs.beta == 'true' }}
name: Publish beta release to community-addons repository
run: |