Skip to content

add base support (#4) #5

add base support (#4)

add base support (#4) #5

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun build:action
- uses: ActionwareIO/branch-push-action@action
with:
branch: action
files: |
README.md
action.yml
package.json
./out/action.js
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}