Skip to content

Commit

Permalink
delete "
Browse files Browse the repository at this point in the history
  • Loading branch information
CD-Z committed Dec 30, 2024
1 parent 2032cf1 commit 9733653
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/issue_auto_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Determine corresponding label
id: determine-label
run: |
LABELS=$( jq --arg keys "${{ env.SELECTED_PLUGIN }}" '. as $data | $keys | split(",") as $keyList | $keyList[] | . as $key | if $data[$key] != null then $data[$key] else empty end' ./.github/scripts/keys.json )
echo $LABELS
LABELS=$( jq --arg keys "${{ env.SELECTED_PLUGIN }}" '. as $data | $keys | split(",") as $keyList | $keyList[] | . as $key | if $data[$key] != null then $data[$key] else empty end' ./.github/scripts/keys.json | tr -d `\"` )
echo "LABELS=$LABELS" >> $GITHUB_ENV
- name: Add label to the issue
Expand Down

0 comments on commit 9733653

Please sign in to comment.