prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey

fix typos

Tyler ee3f9d9d ac3d2783

+10 -10
+9 -9
.github/actions/taze-update/action.yml
··· 4 4 5 5 inputs: 6 6 taze-input: 7 - description: Flags or args to pass to taze (default: -w) 7 + description: 'Flags or args to pass to taze (default: -w)' 8 8 required: false 9 - default: -w 9 + default: '-w' 10 10 branch-prefix: 11 - description: Prefix for the branch name (default: chore/update-deps) 11 + description: 'Prefix for the branch name (default: chore/update-deps)' 12 12 required: false 13 - default: chore/update-deps 13 + default: 'chore/update-deps' 14 14 pr-title: 15 - description: Title for the pull request 15 + description: 'Title for the pull request' 16 16 required: false 17 17 default: 'chore: update dependencies' 18 18 pr-labels: 19 - description: Comma-separated labels to add to the PR 19 + description: 'Comma-separated labels to add to the PR' 20 20 required: false 21 - default: dependencies 21 + default: 'dependencies' 22 22 github-token: 23 - description: GitHub token for creating PRs 23 + description: 'GitHub token for creating PRs' 24 24 required: true 25 25 26 26 runs: 27 + using: 'composite' 27 28 steps: 28 29 - name: Install taze 29 30 run: pnpm add -g taze ··· 66 67 67 68 Please review the changes carefully before merging." $LABEL_ARGS 68 69 shell: bash 69 - using: composite
+1 -1
.github/workflows/update-dependencies.yml
··· 20 20 21 21 - uses: ./.github/actions/taze-update 22 22 with: 23 - taze-flags: -rw 23 + taze-input: -rw 24 24 branch-prefix: update-deps 25 25 pr-title: "update dependencies" 26 26 pr-labels: dependencies