mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
ci(package-pr): remove extra '
This commit is contained in:
parent
792c7c69eb
commit
f0f5991bf3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-pr.yaml
vendored
2
.github/workflows/package-pr.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
COMMITS='${{ steps.get-pr-commits.outputs.commits }}'
|
||||
PACKAGES=$(echo $COMMITS | jq .[].commit.message -r | grep -oP '^pkg\(\K[^:\h\n]+(?=\))'' | sort -u | sed 's/^/* /')
|
||||
PACKAGES=$(echo $COMMITS | jq .[].commit.message -r | grep -oP '^pkg\(\K[^:\h\n]+(?=\))' | sort -u | sed 's/^/* /')
|
||||
PACKAGES=${PACKAGES//$'%'/'%25'}
|
||||
PACKAGES=${PACKAGES//$'\n'/'%0A'}
|
||||
PACKAGES=${PACKAGES//$'\r'/'%0D'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue