chore: add debugging to gh-action
This commit is contained in:
parent
31e3eece50
commit
92b151fdc6
7
.github/workflows/annotate.yml
vendored
7
.github/workflows/annotate.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
|||||||
brew install gh-stack
|
brew install gh-stack
|
||||||
- name: Automatic Stacked PR Annotation
|
- name: Automatic Stacked PR Annotation
|
||||||
run: |
|
run: |
|
||||||
export PR_TITLE_FULL=$(jq -r ".pull_request.title" "$GITHUB_EVENT_PATH")
|
set -e
|
||||||
export PR_TITLE=$(echo "$PR_TITLE_FULL" | cut -d "]" -f 1)
|
PR_TITLE_FULL=$(jq -r ".pull_request.title" "$GITHUB_EVENT_PATH")
|
||||||
|
PR_TITLE=$(echo "$PR_TITLE_FULL" | cut -d "]" -f 1)
|
||||||
|
echo $PR_TITLE_FULL
|
||||||
|
echo $PR_TITLE
|
||||||
gh-stack annotate $PR_TITLE --ci
|
gh-stack annotate $PR_TITLE --ci
|
||||||
|
Loading…
Reference in New Issue
Block a user