.
Some checks failed
Update meta.json / update (push) Failing after 4s

This commit is contained in:
Mrrp 2025-01-15 20:20:27 -08:00
parent 190a100935
commit f2557a2600

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run Update script - name: Run Update script
run: apt install deno -A && deno install && deno task update run: apt install deno -y && deno install && deno task update
- name: Commit changes - name: Commit changes
run: | run: |