[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

update action

Nate Moore (Feb 17, 2023, 5:05 AM -0600) 7de3ece9 5ea7d80d

+4
+4
.github/workflows/format.yml
··· 8 8 jobs: 9 9 format: 10 10 runs-on: ubuntu-latest 11 + permissions: 12 + contents: write 11 13 steps: 12 14 - uses: actions/checkout@v3 13 15 with: ··· 27 29 with: 28 30 commit_message: "[ci] format" 29 31 branch: ${{ github.head_ref }} 32 + env: 33 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}