Skip to content

Commit

Permalink
Set ENV variables using actions' env keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGin52 committed Oct 15, 2020
1 parent daa26b8 commit 91063a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/connect4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
gem install octokit -N --silent
- name: Play
env:
REPOSITORY: ${{ github.repository }}
EVENT_ISSUE_NUMBER: ${{ github.event.issue.number }}
EVENT_ISSUE_TITLE: ${{ github.event.issue.title }}
EVENT_USER_LOGIN: ${{ github.event.issue.user.login }}
run: |
ruby <<- EORUBY
require './connect4/runner'
Expand Down

0 comments on commit 91063a1

Please sign in to comment.