Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GitHub Actions #31

Closed
j-f1 opened this issue Jan 11, 2019 · 3 comments
Closed

Add support for GitHub Actions #31

j-f1 opened this issue Jan 11, 2019 · 3 comments

Comments

@j-f1
Copy link

j-f1 commented Jan 11, 2019

Details:

Environment variables

Environment variables example
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOSTNAME=fb1d0264fdb4
GITHUB_ACTION=Env
GITHUB_ACTOR=j-f1
GITHUB_EVENT_NAME=push
GITHUB_EVENT_PATH=/github/workflow/event.json
GITHUB_REPOSITORY=j-f1/eslint-docs
GITHUB_SHA=50141211ee907a2f592f03d99caf45c131fb6782
GITHUB_WORKFLOW=Run tests
GITHUB_WORKSPACE=/github/workspace
HOME=/github/home
GITHUB_REF=refs/heads/tmp

Additional context
It would be nice to add support for this before it gets out of beta.

@fishcharlie
Copy link

Especially since GitHub Actions added support for CI/CD this would be especially helpful. @watson

@ethomson
Copy link
Contributor

See #42

@sibiraj-s
Copy link
Collaborator

Fixed in #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants