mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-09 19:12:58 +01:00
Fix branch to push
This commit is contained in:
parent
5fb9431dae
commit
d25caa17bf
10
.github/workflows/build_addon.yml
vendored
10
.github/workflows/build_addon.yml
vendored
@ -173,16 +173,18 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: "addon"
|
||||
|
||||
- name: Get branch names
|
||||
id: branch-names
|
||||
uses: tj-actions/branch-names@v8
|
||||
|
||||
- name: Checkout Hass repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Sebclem/sebclem-hassio-addon-repository
|
||||
path: "repository"
|
||||
token: ${{ secrets.PAT_PR }}
|
||||
|
||||
- name: Get branch names
|
||||
id: branch-names
|
||||
uses: tj-actions/branch-names@v8
|
||||
ref: ${{ steps.branch-names.outputs.current_branch }}
|
||||
|
||||
- name: Generate readme
|
||||
uses: cuchi/jinja2-action@v1.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user