mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-19 17:47:06 +00:00
Use jq to load priority config from JSON
This commit is contained in:
parent
3bd6b6e540
commit
a0952e9f69
2
.github/workflows/autolabeler.yml
generated
vendored
2
.github/workflows/autolabeler.yml
generated
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
- name: Load priority config
|
||||
id: config
|
||||
run: |
|
||||
echo "priority=$(cat .github/label-priority.json)" >> $GITHUB_OUTPUT
|
||||
echo "priority=$(jq -c . .github/label-priority.json)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Fetch PR metadata
|
||||
id: pr
|
||||
|
Loading…
x
Reference in New Issue
Block a user