Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gesposito committed Jun 15, 2020
1 parent 459e97d commit 826838f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Expand Up @@ -1601,6 +1601,9 @@ async function run() {
`NETLIFY_AUTH_TOKEN=${netlifyToken} yarn netlify deploy --prod --json --dir="${reportPath}"`
);

console.log(stdout);
console.log(core.debug(stdout));

// https://developer.github.com/v3/checks/runs/
const createCheckRequest = {
...github.context.repo,
Expand Down
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -28,6 +28,9 @@ async function run() {
`NETLIFY_AUTH_TOKEN=${netlifyToken} yarn netlify deploy --prod --json --dir="${reportPath}"`
);

console.log(stdout);
console.log(core.debug(stdout));

// https://developer.github.com/v3/checks/runs/
const createCheckRequest = {
...github.context.repo,
Expand Down

0 comments on commit 826838f

Please sign in to comment.