mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Remove manual git config
This commit is contained in:
parent
df10b0e63d
commit
3fb156b66a
4
.github/workflows/bump-version.yml
vendored
4
.github/workflows/bump-version.yml
vendored
@ -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 \
|
||||
|
5
.github/workflows/deploy-community.yml
vendored
5
.github/workflows/deploy-community.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user