-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* async ssh * fix ssh * try ha build * cleaner script
- Loading branch information
1 parent
f109ec0
commit 2969761
Showing
11 changed files
with
572 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,3 +148,32 @@ jobs: | |
tags: | | ||
frameos/frameos:${{ env.BRANCH_NAME }}-${{ env.SHORT_SHA }} | ||
frameos/frameos:latest | ||
update-addon-repo: | ||
name: Update Home Assistant Addon | ||
needs: push-multiarch | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout frameos-home-assistant-addon | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: frameos/frameos-home-assistant-addon | ||
token: ${{ secrets.ACTIONS_WRITE_TOKEN }} | ||
ref: main | ||
path: home-assistant-addon | ||
|
||
- name: Update version in config.yml | ||
run: | | ||
cd home-assistant-addon/frameos | ||
echo "Updating version in config.yml to main-${{ env.SHORT_SHA }}" | ||
sed -i "s/^version: .*/version: main-${{ env.SHORT_SHA }}/" config.yml | ||
- name: Commit changes | ||
uses: EndBug/add-and-commit@v9 | ||
with: | ||
message: "Update FrameOS version to main-${{ env.SHORT_SHA }}" | ||
add: "." | ||
push: true | ||
author_name: FrameOS Bot | ||
author_email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.