We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c499cca + 7c8a756 commit 58335d3Copy full SHA for 58335d3
2 files changed
.github/workflows/pr-copy-ci-hato-bot.yml
@@ -31,7 +31,7 @@ jobs:
31
github-token: ${{steps.generate_token.outputs.token}}
32
script: |
33
const {tsImport} = require('tsx/esm/api')
34
- const {script} = await tsImport(
+ const {default: {script}} = await tsImport(
35
'./scripts/pr_copy_ci_hato_bot/pr_copy_ci/dispatch_event.ts',
36
process.env.GITHUB_WORKSPACE + '/'
37
)
.github/workflows/pr-release-hato-bot.yml
@@ -30,7 +30,7 @@ jobs:
30
github-token: ${{secrets.GITHUB_TOKEN}}
'./scripts/get_pull_requests_hato_bot.ts',
0 commit comments