Skip to content

Commit

Permalink
When using 'run', use 'env.'
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Oct 10, 2019
1 parent 95ca80d commit 48aa442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@master
- name: script/cibuild-docker
run: script/cibuild-docker
with:
ruby_version: ${{ matrix.ruby }}
env:
RUBY_VERSION: ${{ matrix.ruby }}

0 comments on commit 48aa442

Please sign in to comment.