mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-19 16:17:40 +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
|
runs-on: ubuntu-latest
|
||||||
needs: [create-release]
|
needs: [create-release]
|
||||||
steps:
|
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
|
- name: Publish beta release to community-addons repository
|
||||||
run: |
|
run: |
|
||||||
docker run --rm hassioaddons/repository-updater:latest \
|
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:
|
deploy-community-addons:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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' }}
|
- if: ${{ contains(github.event.inputs.version, 'b') || github.event.inputs.beta == 'true' }}
|
||||||
name: Publish beta release to community-addons repository
|
name: Publish beta release to community-addons repository
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user