mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
fix build process
This commit is contained in:
@@ -31,6 +31,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: 'buanet/ioBroker.docker'
|
repository: 'buanet/ioBroker.docker'
|
||||||
token: ${{ secrets.ACTIONS_PAT }}
|
token: ${{ secrets.ACTIONS_PAT }}
|
||||||
|
ref: main
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Generate build number
|
- name: Generate build number
|
||||||
id: generate-build-number
|
id: generate-build-number
|
||||||
@@ -44,7 +46,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'buanet'
|
git config --global user.name 'buanet'
|
||||||
git config --global user.email 'info@buanet.de'
|
git config --global user.email 'info@buanet.de'
|
||||||
git checkout main
|
|
||||||
git add .github/dependencies/.latest-build
|
git add .github/dependencies/.latest-build
|
||||||
git commit -am "new build" || true
|
git commit -am "new build" || true
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user