Skip to content

Commit

Permalink
Log context
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave committed Sep 6, 2019
1 parent badbd0a commit 20a5a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ const core = require('@actions/core');
const github = require('@actions/github');

core.log('i got ran');
core.log(JSON.stringify(github.context));

0 comments on commit 20a5a6a

Please sign in to comment.