Skip to content

Update test.yml

Update test.yml #9

Workflow file for this run

on: push
jobs:
one:
runs-on: ubuntu-latest
steps:
- name: expression
run: echo "foo='$foo'; bar='$bar'; goz='$goz'"
env:
bar: 2
foo: ${{ join(fromJSON(format('[{0},{1}]','"hi"','"lo"')), '') }}
goz: ${{ fromJSON('[false,""]')[0==0] }}