You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix action to run local code instead of npm package
- Use bun run ${{ github.action_path }}/index.ts instead of bunx fairsplice@latest
- Add bun install step to install dependencies
- This allows testing the action from the current repo with uses: ./
0 commit comments