fix #127 - force eval as a boolean (#131)

This commit is contained in:
Casey Lee
2020-03-06 11:30:39 -08:00
committed by GitHub
parent e33606361f
commit af970769d7
3 changed files with 25 additions and 0 deletions

15
pkg/runner/testdata/issue-104/main.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Test stuff
on:
- push
jobs:
build:
name: Testing Testing
runs-on: ubuntu-latest
steps:
- name: hello
uses: actions/hello-world-docker-action@master
with:
who-to-greet: "World"