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