Var change.
This commit is contained in:
@@ -84,15 +84,15 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pr_index=$(tea pr list \
|
||||
pr_number=$(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"
|
||||
echo ${pr_number}
|
||||
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Generate .env from Hashicorp Vault
|
||||
uses: https://git.trez.wtf/Trez/hc-vault-env@main
|
||||
|
||||
Reference in New Issue
Block a user