We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a172bbc commit 5544bbaCopy full SHA for 5544bba
action.yml
@@ -70,7 +70,7 @@ runs:
70
uses: actions/github-script@v8
71
with:
72
script: |
73
- const { runRailsupgrade } = await import('${{ github.action_path }}/dist/index.js')
+ const { runRailsUpgrade } = await import('${{ github.action_path }}/dist/index.js')
74
await runRailsUpgrade(context, '${{ inputs.working_directory }}', '${{ inputs.workflow }}')
75
env:
76
DISABLE_SPRING: '1'
0 commit comments