An open API service indexing awesome lists of open source software.

https://github.com/nekketsuuu/act-test


https://github.com/nekketsuuu/act-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

So... we cannot use nested string interpolations in expressions for now. It seems that we can use `format` instead: .

```none
Run echo ${FOOBAR}
echo ${FOOBAR}
shell: /usr/bin/bash -e {0}
env:
FOOBAR:
PIYO1: false
PIYO2: true
PIYO3: ${{ matrix.example }}
```