We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ffe615 + dfb84ec commit 81b394eCopy full SHA for 81b394e
.github/workflows/udd.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Update dependencies
17
run: >
18
deno run --allow-net --allow-read=deps/ --allow-write=deps/
19
- --allow-run=deno https://deno.land/x/[email protected]/main.ts *.ts
+ --allow-run=deno https://deno.land/x/[email protected]/main.ts deps/*.ts
20
--test="deno test"
21
- name: Create Pull Request
22
uses: peter-evans/create-pull-request@v3
0 commit comments