Skip to content

Commit

Permalink
make use of public GITHUB_ACTION env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq committed Oct 31, 2019
1 parent 74df8d0 commit 5d0871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (process.env.TRAVIS) {
buildUrl=process.env.CI_BUILD_URL

ci = 'codeship'
} else if (process.env.GITHUB_ACTIONS) {
} else if (process.env.GITHUB_ACTION) {
// GitHub Actions
// Reference: https://developer.github.com/actions/creating-github-actions/accessing-the-runtime-environment/

Expand Down

0 comments on commit 5d0871a

Please sign in to comment.