Testing Tea call...
This commit is contained in:
@@ -76,12 +76,11 @@ jobs:
|
||||
id: tea-pr-index
|
||||
run: |
|
||||
which tea
|
||||
pr_number=$(tea pr list \
|
||||
--repo ${{ github.repository }} \
|
||||
--state open \
|
||||
--fields index,head \
|
||||
--output simple \
|
||||
| awk '{print $1}')
|
||||
tea pr list \
|
||||
--repo ${{ github.repository }} \
|
||||
--state open \
|
||||
--fields index,head \
|
||||
--output simple
|
||||
|
||||
echo ${pr_number}
|
||||
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user