Skip to content

Commit

Permalink
Update autolabeler.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Jun 2, 2024
1 parent e0a0d6f commit 174646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autolabeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Trim services list using only shell variable internal (no subshell to avoid injection!)"
env:
SERVICES: ${{ steps.issue-parser.outputs.issueparser_services }}
run: echo "svc_labels=${SERVICES// /}==" >> "$GITHUB_ENV"
run: echo "svc_labels=${SERVICES// /}" >> "$GITHUB_ENV"
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
Expand Down

0 comments on commit 174646a

Please sign in to comment.