Skip to content

fix is kots install enabled default true (#61) #258

fix is kots install enabled default true (#61)

fix is kots install enabled default true (#61) #258

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
- name: package
run: make package-all
- name: readme
run: make readme-all
# Commit all changed files back to the repository (dist and readme files)
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automated commit of npm build result and updated readme files