mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-03 09:02:57 +01:00
Git config before deploy
This commit is contained in:
parent
30b95de4ce
commit
449db72390
4
.github/workflows/bump-version.yml
vendored
4
.github/workflows/bump-version.yml
vendored
@ -57,6 +57,10 @@ 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 \
|
||||
|
4
.github/workflows/deploy-community.yml
vendored
4
.github/workflows/deploy-community.yml
vendored
@ -16,6 +16,10 @@ jobs:
|
||||
deploy-community-addons:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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