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