Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored and lemeurherveCB committed Jan 10, 2023
1 parent 6a032f0 commit fe53744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autolabels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id: issue-parser
with:
template-path: .github/ISSUE_TEMPLATE/1-report-issue.yml
- run: echo "ISSUE_LABELS=$(echo '${{ fromJSON(steps.issue-parser.outputs.jsonString).services }}' | tr '[:upper:]' '[:lower:]' | sed 's/"//g' | sed 's/ //g')" >> $GITHUB_ENV
- run: echo "ISSUE_LABELS=$(echo '${{ fromJSON(steps.issue-parser.outputs.jsonString)?.services }}' | tr '[:upper:]' '[:lower:]' | sed 's/"//g' | sed 's/ //g')" >> $GITHUB_ENV
- run: echo ${{ env.ISSUE_LABELS }}
- uses: andymckay/labeler@master
with:
Expand Down

0 comments on commit fe53744

Please sign in to comment.