Data Request API helper #10

Merged
Oliver merged 94 commits from feat/data-requests into main 2025-11-22 02:51:15 +00:00
Showing only changes of commit 03b647cac1 - Show all commits

View file

@ -43,7 +43,7 @@ jobs:
runs-on: act runs-on: act
needs: needs:
- create-artifacts - create-artifacts
if: vars.RELEASE_TO_FORGEJO == true if: vars.RELEASE_TO_FORGEJO == "yes"
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
@ -68,7 +68,7 @@ jobs:
name: "Create Github release" name: "Create Github release"
needs: needs:
- create-artifacts - create-artifacts
if: vars.RELEASE_TO_GITHUB == true if: vars.RELEASE_TO_GITHUB == "yes"
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4