Skip to content

Commit

Permalink
add await
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslin committed Sep 12, 2023
1 parent 9c6b35b commit 31cc755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-weekly-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
retries: 3
script: |
const script = require('.github/workflows/scripts/generate-weekly-report.js')
console.log(script({github, context}))
await script({github, context})

0 comments on commit 31cc755

Please # to comment.