We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abbf07 commit cf068f2Copy full SHA for cf068f2
.github/workflows/update-downstream.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Update `detsys-ts` dependency for ${{ env.TARGET_REPO }} to ref `${{ env.REF }}`
80
working-directory: target
81
run: |
82
- nix develop --command pnpm update detsys-ts
+ nix develop --command pnpm update
83
nix develop --command pnpm all
84
85
- name: Create Pull Request
0 commit comments