Var change.
This commit is contained in:
@@ -84,15 +84,15 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pr_index=$(tea pr list \
|
pr_number=$(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}')
|
| awk '{print $1}')
|
||||||
|
|
||||||
echo ${pr_index}
|
echo ${pr_number}
|
||||||
echo "pr_number=$pr_index" >> "$GITHUB_OUTPUT"
|
echo "pr_number=$pr_number" >> "$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