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

fix update job

Tyler 8e55bff4 1676c11b

+3 -1
+3 -1
.github/actions/taze-update/action.yml
··· 31 31 shell: bash 32 32 33 33 - name: Update dependencies 34 - run: taze ${{ inputs.taze-input }} 34 + run: | 35 + taze ${{ inputs.taze-input }} 36 + pnpm install 35 37 shell: bash 36 38 37 39 - name: Create Pull Request