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
shell: bash
32
33
- name: Update dependencies
34
-
run: taze ${{ inputs.taze-input }}
0
0
35
shell: bash
36
37
- name: Create Pull Request
···
31
shell: bash
32
33
- name: Update dependencies
34
+
run: |
35
+
taze ${{ inputs.taze-input }}
36
+
pnpm install
37
shell: bash
38
39
- name: Create Pull Request