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
|
||||
- name: Automatic Stacked PR Annotation
|
||||
run: |
|
||||
export PR_TITLE_FULL=$(jq -r ".pull_request.title" "$GITHUB_EVENT_PATH")
|
||||
export PR_TITLE=$(echo "$PR_TITLE_FULL" | cut -d "]" -f 1)
|
||||
set -e
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user