6 Commits

Author SHA1 Message Date
t.behrendt 57b7dc8412 feat: add default config fallback
CI / build (amd64, usbmakroboard-amd64, linux_amd64) (pull_request) Successful in 1m9s
CI / build (arm64, usbmakroboard-arm64, linux_arm64) (pull_request) Successful in 4m5s
2025-12-27 13:17:00 +01:00
t.behrendt 3052bb199f Revert "feat: add default config path"
This reverts commit 6021ec89f5.
2025-12-27 13:12:02 +01:00
t.behrendt e8891983d9 Revert "change default config file name"
This reverts commit eebd03bb4e.
2025-12-27 13:11:59 +01:00
t.behrendt eebd03bb4e change default config file name
CI / build (amd64, usbmakroboard-amd64, linux_amd64) (pull_request) Successful in 1m9s
CI / build (arm64, usbmakroboard-arm64, linux_arm64) (pull_request) Successful in 4m23s
2025-12-27 13:05:47 +01:00
t.behrendt 65bc8e9b18 docs: regarding config 2025-12-27 13:05:47 +01:00
t.behrendt 6021ec89f5 feat: add default config path 2025-12-27 13:05:47 +01:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- ubuntu-latest - ubuntu-latest
- ${{ inputs.runner }} - ${{ inputs.runner }}
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with: with:
fetch-depth: 0 fetch-depth: 0
- run: | - run: |
+4 -4
View File
@@ -30,22 +30,22 @@ jobs:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@691f6247edcdbef73b220312db09553c96d01f88 # 0.1.45 - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.22
id: tag id: tag
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7fa0cfa299dd79b6677ce8606f9612cd019eb3c6 # 0.2.15 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.1.0
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
- uses: ChristopherHX/gitea-download-artifact@v4 - uses: ChristopherHX/gitea-download-artifact@v4
with: with:
path: artifacts path: artifacts
- name: Create release - name: Create release
uses: akkuman/gitea-release-action@fe8e0322804b48e34e3bddbbf6335bd2b1046eb7 # v1 uses: akkuman/gitea-release-action@v1
with: with:
tag_name: ${{ steps.tag.outputs.new-tag }} tag_name: ${{ steps.tag.outputs.new-tag }}
name: ${{ steps.tag.outputs.new-tag }} name: ${{ steps.tag.outputs.new-tag }}