From 4cc0956e066ea81fcd9aa3c0406be5b42b444c10 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Mon, 17 Jul 2023 00:33:24 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5af24be..fe142ee 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,8 +17,9 @@ jobs: # script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step) js-file: ${{ steps.publish-js-filename.outputs.script-file }} steps: - - name: Use Other (reuse.yml) Workflow - uses: ./.gitea/workflows/reuse.yml + # Reusing other Workflows does not work on Gitea yet (17.07.2023) So GitHub only for now. + #- name: Use Other (reuse.yml) Workflow + # uses: ./.gitea/workflows/reuse.yml - name: Error on purpose id: failingstep continue-on-error: true