disable "based on OpenDTU" badge
disabled as uploading the changed gist failed repeatedly. maybe the token in secrets.GIST_SECRET has expired? need help from repo owner @helgeerbe to fix this.
This commit is contained in:
parent
5a6fe9d174
commit
f8ad0a4487
21
.github/workflows/build.yml
vendored
21
.github/workflows/build.yml
vendored
@ -139,15 +139,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "OPEN_DTU_CORE_RELEASE=$(git for-each-ref --sort=creatordate --format '%(refname) %(creatordate)' refs/tags | grep 'refs/tags/v' | tail -1 | sed 's#.*/##' | sed 's/ .*//')" >> $GITHUB_ENV
|
echo "OPEN_DTU_CORE_RELEASE=$(git for-each-ref --sort=creatordate --format '%(refname) %(creatordate)' refs/tags | grep 'refs/tags/v' | tail -1 | sed 's#.*/##' | sed 's/ .*//')" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Create openDTU-core-release-Badge
|
# disabled as uploading the changed gist failed repeatedly.
|
||||||
uses: schneegans/dynamic-badges-action@v1.6.0
|
# maybe the token in secrets.GIST_SECRET has expired?
|
||||||
with:
|
# need help from repo owner @helgeerbe to fix this.
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
# - name: Create openDTU-core-release-Badge
|
||||||
gistID: 68b47cc8c8994d04ab3a4fa9d8aee5e6
|
# uses: schneegans/dynamic-badges-action@v1.6.0
|
||||||
filename: openDTUcoreRelease.json
|
# with:
|
||||||
label: based on original OpenDTU
|
# auth: ${{ secrets.GIST_SECRET }}
|
||||||
message: ${{ env.OPEN_DTU_CORE_RELEASE }}
|
# gistID: 68b47cc8c8994d04ab3a4fa9d8aee5e6
|
||||||
color: lightblue
|
# filename: openDTUcoreRelease.json
|
||||||
|
# label: based on original OpenDTU
|
||||||
|
# message: ${{ env.OPEN_DTU_CORE_RELEASE }}
|
||||||
|
# color: lightblue
|
||||||
|
|
||||||
- name: Build Changelog
|
- name: Build Changelog
|
||||||
id: github_release
|
id: github_release
|
||||||
|
|||||||
@ -9,7 +9,10 @@
|
|||||||
|
|
||||||
This is a fork of [OpenDTU](https://github.com/tbnobody/OpenDTU).
|
This is a fork of [OpenDTU](https://github.com/tbnobody/OpenDTU).
|
||||||
|
|
||||||
|
<!---
|
||||||
|
disabled while "create release badge" action is broken, see .github/build.yml
|
||||||

|

|
||||||
|
--->
|
||||||
|
|
||||||
[](https://github.com/helgeerbe/OpenDTU-OnBattery/actions/workflows/build.yml)
|
[](https://github.com/helgeerbe/OpenDTU-OnBattery/actions/workflows/build.yml)
|
||||||
[](https://github.com/helgeerbe/OpenDTU-OnBattery/actions/workflows/cpplint.yml)
|
[](https://github.com/helgeerbe/OpenDTU-OnBattery/actions/workflows/cpplint.yml)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user