Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-22 02:01:52 +02:00
commit 8c3951f858

View file

@ -25,7 +25,7 @@ jobs:
shell: sh
run: |
echo "Run because of ${{ github.event_name }}"
apk add --no-cache git nodejs npm bash sed curl $PACKAGE
apk add --no-cache git nodejs npm bash sed curl
- uses: actions/checkout@v3