Skip to content

Commit

Permalink
add regression test case for #113
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 13, 2022
1 parent 29512f4 commit 3ad4a9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions testdata/ok/issue-113.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
if [[ -z ${{ env.FOO }} ]]; then
echo "FOO is empty"
fi

0 comments on commit 3ad4a9b

Please sign in to comment.