fix: remove unused PR_BRANCH variable after inject function removal
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
42a5a4ef85
commit
d485d5e005
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ fi
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
PR_NUM=$(echo "$line" | awk '{print $1}')
|
PR_NUM=$(echo "$line" | awk '{print $1}')
|
||||||
PR_SHA=$(echo "$line" | awk '{print $2}')
|
PR_SHA=$(echo "$line" | awk '{print $2}')
|
||||||
PR_BRANCH=$(echo "$line" | awk '{print $3}')
|
|
||||||
|
|
||||||
CI_STATE=$(ci_commit_status "$PR_SHA")
|
CI_STATE=$(ci_commit_status "$PR_SHA")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue