Skip to content

Commit

Permalink
Replace experimental PCRE option #3
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny authored Feb 23, 2023
2 parents a5de726 + 230958c commit 1568c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
run: |
export LC_ALL=en_US.utf8
git log $(git describe --abbrev=0 2> /dev/null || git rev-list --max-parents=0 HEAD)..HEAD | \
grep -oP "${{ inputs.jira-project-key }}-\d{1,}" | sort | uniq | \
grep -oE "${{ inputs.jira-project-key }}-[[:digit:]]{1,}" | sort | uniq | \
sed 's/^\|$/"/g' | paste -sd , | awk '{print "RELATED_JIRA_ISSUES="$0}' >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 1568c8a

Please sign in to comment.