mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-08 02:13:15 +08:00
Add environment for workflow
This commit is contained in:
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
@@ -14,5 +14,10 @@ jobs:
|
||||
run: |
|
||||
pip3 install yq
|
||||
- name: Check
|
||||
env:
|
||||
INCREMENTAL: "true"
|
||||
DEBUG: "true"
|
||||
QUICKLY: "true"
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
./scripts/check-image.sh
|
||||
|
Reference in New Issue
Block a user