Update .forgejo/workflows/demo.yaml
All checks were successful
UiNamed workflow / test (push) Successful in 8s
All checks were successful
UiNamed workflow / test (push) Successful in 8s
This commit is contained in:
parent
374c013b47
commit
ca3d5c50ac
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
- name: Test set variable
|
- name: Test set variable
|
||||||
id: build
|
id: build
|
||||||
run: deno eval "Promise.resolve().then(_ => console.log(JSON.stringify(Deno.build, null, '\n'))).then(v => "BUILD=" + v).then(console.log)"
|
run: deno eval "Promise.resolve().then(_ => console.log(JSON.stringify(Deno.build, null, '\n'))).then(v => 'BUILD=' + v).then(console.log)"
|
||||||
|
|
||||||
- name: Test get variable
|
- name: Test get variable
|
||||||
run: echo ${{ steps.build.outputs.BUILD }}
|
run: echo ${{ steps.build.outputs.BUILD }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue