Install tea pr index step.
This commit is contained in:
@@ -84,6 +84,15 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pr_index=$(tea pr list \
|
||||||
|
--repo ${{ github.repository }} \
|
||||||
|
--state open \
|
||||||
|
--fields index,head \
|
||||||
|
--output simple \
|
||||||
|
| awk '{print $1}')
|
||||||
|
|
||||||
|
echo ${pr_index}
|
||||||
|
echo "pr_number=$pr_index" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
uses: https://git.trez.wtf/Trez/hc-vault-env@main
|
uses: https://git.trez.wtf/Trez/hc-vault-env@main
|
||||||
|
|||||||
Reference in New Issue
Block a user