Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Oct 7, 2024
1 parent c6267ef commit 9e55e01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: push

env:
SOMETHING: "1"

jobs:
one:
runs-on: ubuntu-latest
Expand All @@ -9,4 +12,4 @@ jobs:
env:
bar: 2
foo: ${{ join(fromJSON(format('[{0},{1}]','"hi"','"lo"')), '') }}
goz: ${{ fromJSON('[false,""]')[1==2] }}
goz: ${{ fromJSON('[false,""]')[env.SOMETHING] }}

0 comments on commit 9e55e01

Please sign in to comment.