chore(action): use new prefix argumment

This commit is contained in:
Luis Ball 2021-11-24 10:33:10 -08:00
parent 4254554add
commit 39ae697b55
1 changed files with 1 additions and 3 deletions

View File

@ -22,6 +22,4 @@ jobs:
GHSTACK_TARGET_REPOSITORY: luqven/gh-stack
GHSTACK_OAUTH_TOKEN: ${{ secrets.PAT }}
run: |
PR_TITLE=$(echo "$PR_TITLE" | cut -d "]" -f 1)
PR_TITLE=$(echo $PR_TITLE | sed 's/[][]//g')
gh-stack annotate "$PR_TITLE" --ci
gh-stack annotate "$PR_TITLE" --prefix '[]' --ci