https://github.com/nekketsuuu/act-test
https://github.com/nekketsuuu/act-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nekketsuuu/act-test
- Owner: nekketsuuu
- Created: 2022-01-09T14:48:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T23:14:13.000Z (over 3 years ago)
- Last Synced: 2023-08-29T18:39:06.614Z (almost 2 years ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```