Skip to content

Commit

Permalink
added dataJson
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Sep 7, 2024
1 parent 59d755f commit b8687df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/script/translate_json.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = async function ({github, context}) {
module.exports = async function ({github, context}, dataJson) {
console.log(github)
console.log(context)
console.log("dataJson is\n", dataJson)
}

0 comments on commit b8687df

Please sign in to comment.