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 eac6a02c04 - Show all commits

View file

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