chore(action): use new prefix argumment
This commit is contained in:
parent
4254554add
commit
39ae697b55
|
@ -22,6 +22,4 @@ jobs:
|
||||||
GHSTACK_TARGET_REPOSITORY: luqven/gh-stack
|
GHSTACK_TARGET_REPOSITORY: luqven/gh-stack
|
||||||
GHSTACK_OAUTH_TOKEN: ${{ secrets.PAT }}
|
GHSTACK_OAUTH_TOKEN: ${{ secrets.PAT }}
|
||||||
run: |
|
run: |
|
||||||
PR_TITLE=$(echo "$PR_TITLE" | cut -d "]" -f 1)
|
gh-stack annotate "$PR_TITLE" --prefix '[]' --ci
|
||||||
PR_TITLE=$(echo $PR_TITLE | sed 's/[][]//g')
|
|
||||||
gh-stack annotate "$PR_TITLE" --ci
|
|
||||||
|
|
Loading…
Reference in New Issue