Skip to content

Commit

Permalink
Log event
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashdoughty committed Nov 21, 2019
1 parent 555e30c commit d444dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/upload_release_artifact/upload-artifact.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const fs = require('fs');
module.exports = async () => {
try {
const event = fs.readFileSync(process.env.GITHUB_EVENT_PATH);
console.log(event);

// Get authenticated GitHub client (Ocktokit): https://github.com/actions/toolkit/tree/master/packages/github#usage
const github = new GitHub(process.env.GITHUB_TOKEN);
Expand Down

0 comments on commit d444dd1

Please sign in to comment.