Update .forgejo/workflows/demo.yaml
Some checks failed
UiNamed workflow / test (push) Failing after 8s

This commit is contained in:
julien.oculi 2025-02-22 00:34:52 +01:00
parent e2fc00aa9a
commit 6c55159023

View file

@ -23,7 +23,7 @@ jobs:
- name: Test set variable - name: Test set variable
id: build 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 - name: Test get variable
run: echo ${{ steps.build.outputs.BUILD }} run: echo ${{ steps.build.outputs.BUILD }}