Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-06-18 18:49:59 +02:00
commit 4310b383af

View file

@ -14,7 +14,8 @@ jobs:
steps:
- name: Install dependencies
run: apk add --no-cache git nodejs npm bash sed curl
shell: sh
run: apk add --no-cache git nodejs npm bash sed $PACKAGE
- uses: actions/checkout@v3