Skip to content

fix(ci): use dynamic imports for actions/github-script scripts#1217

Merged
sidvishnoi merged 2 commits into
mainfrom
fixup-actions-script
Oct 23, 2025
Merged

fix(ci): use dynamic imports for actions/github-script scripts#1217
sidvishnoi merged 2 commits into
mainfrom
fixup-actions-script

Conversation

@sidvishnoi
Copy link
Copy Markdown
Member

@sidvishnoi sidvishnoi commented Oct 23, 2025

Context

Prevent SyntaxError: Cannot use import statement outside a module,
Regressed in #1215. We could not test there easily as the PR was from a fork.

Changes proposed in this pull request

  • Use dynamic imports with absolute paths.

@github-actions github-actions Bot added the area: ci Improvements or additions to repository workflows label Oct 23, 2025
@sidvishnoi
Copy link
Copy Markdown
Member Author

@ARYPROGRAMMER FYI.

@sidvishnoi sidvishnoi marked this pull request as ready for review October 23, 2025 11:40
@sidvishnoi sidvishnoi requested a review from DarianM October 23, 2025 11:40
@sidvishnoi sidvishnoi merged commit 9f72fa3 into main Oct 23, 2025
16 checks passed
@sidvishnoi sidvishnoi deleted the fixup-actions-script branch October 23, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci Improvements or additions to repository workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants