This commit is contained in:
parent
01b5f4ab80
commit
190a100935
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Update script
|
- name: Run Update script
|
||||||
run: apk add deno && deno install && deno task update
|
run: apt install deno -A && deno install && deno task update
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue