tangled
alpha
login
or
join now
tylur.dev
/
prototypey
prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork
atom
overview
issues
pulls
pipelines
fix update job
Tyler
3 months ago
8e55bff4
1676c11b
+3
-1
1 changed file
expand all
collapse all
unified
split
.github
actions
taze-update
action.yml
+3
-1
.github/actions/taze-update/action.yml
···
31
31
shell: bash
32
32
33
33
- name: Update dependencies
34
34
-
run: taze ${{ inputs.taze-input }}
34
34
+
run: |
35
35
+
taze ${{ inputs.taze-input }}
36
36
+
pnpm install
35
37
shell: bash
36
38
37
39
- name: Create Pull Request