Skip to content

Commit 5544bba

Browse files
committed
WIP
1 parent a172bbc commit 5544bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
uses: actions/github-script@v8
7171
with:
7272
script: |
73-
const { runRailsupgrade } = await import('${{ github.action_path }}/dist/index.js')
73+
const { runRailsUpgrade } = await import('${{ github.action_path }}/dist/index.js')
7474
await runRailsUpgrade(context, '${{ inputs.working_directory }}', '${{ inputs.workflow }}')
7575
env:
7676
DISABLE_SPRING: '1'

0 commit comments

Comments
 (0)