Skip to content

Commit

Permalink
Remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 15, 2020
1 parent f9460d6 commit 6eac410
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion action/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
}
//Retrieve previous render SHA to be able to update file content through API
let sha = null
console.log(github.context.repo)
try {
const {repository:{object:{oid}}} = await graphql(`
query Sha {
Expand Down

0 comments on commit 6eac410

Please sign in to comment.