Update .forgejo/workflows/demo.yaml
All checks were successful
UiNamed workflow / test (push) Successful in 7s

This commit is contained in:
julien.oculi 2025-02-22 00:32:08 +01:00
parent ae3f7c24de
commit e2fc00aa9a

View file

@ -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)"
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"
- name: Test get variable
run: echo ${{ steps.build.outputs.BUILD }}