diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3001f6a..588c394 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,6 +17,8 @@ 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 - name: Error on purpose id: failingstep continue-on-error: true