From 6c55159023e46205554b0a53b400cc9e31bb624e Mon Sep 17 00:00:00 2001 From: "julien.oculi" Date: Sat, 22 Feb 2025 00:34:52 +0100 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index a6e6ad8..206919e 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -23,7 +23,7 @@ jobs: - name: Test set variable id: build - run: deno eval "Promise.resolve().then(_ => JSON.stringify(Deno.build, null, '\n')).then(v => v.replaceAll(/\r?\n/g, '\\\n')).then(v => 'BUILD=' + v).then(console.log)" >> "$GITHUB_OUTPUT" + run: deno eval "Promise.resolve().then(_ => JSON.stringify(Deno.build, null, '\n')).then(v => 'BUILD=' + v).then(console.log)" >> "$GITHUB_OUTPUT" - name: Test get variable run: echo ${{ steps.build.outputs.BUILD }}