We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab5233 commit 7cd5ab9Copy full SHA for 7cd5ab9
action.yml
@@ -19,5 +19,13 @@ inputs:
19
default: "fixup[bot]"
20
21
runs:
22
- using: "node20"
23
- main: "dist/index.js"
+ using: "composite"
+ steps:
24
+ - uses: oven-sh/setup-bun@v2
25
+ - run: bun ${{ github.action_path }}/dist/index.js
26
+ shell: bash
27
+ env:
28
+ INPUT_APP-ID: ${{ inputs.app-id }}
29
+ INPUT_PRIVATE-KEY: ${{ inputs.private-key }}
30
+ INPUT_FIXERS: ${{ inputs.fixers }}
31
+ INPUT_BOT-LOGIN: ${{ inputs.bot-login }}
0 commit comments