Update .forgejo/workflows/demo.yaml
Some checks failed
UiNamed workflow / test (push) Failing after 8s
Some checks failed
UiNamed workflow / test (push) Failing after 8s
This commit is contained in:
parent
6c55159023
commit
aaf7bbcd81
|
|
@ -23,10 +23,10 @@ jobs:
|
|||
|
||||
- name: Test set variable
|
||||
id: build
|
||||
run: deno eval "Promise.resolve().then(_ => JSON.stringify(Deno.build, null, '\n')).then(v => 'BUILD=' + v).then(console.log)" >> "$GITHUB_OUTPUT"
|
||||
run: deno eval "Promise.resolve().then(_ => JSON.stringify(Deno.build, null, '\n')).then(console.log)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Test get variable
|
||||
run: echo ${{ steps.build.outputs.BUILD }}
|
||||
run: echo ${{ steps.build.outputs }}
|
||||
|
||||
- name: Test deno
|
||||
run: deno --version
|
||||
|
|
|
|||
Loading…
Reference in a new issue