Quote removal.

This commit is contained in:
2024-12-24 19:24:49 -05:00
parent 33918a45b0
commit e7ee7170da
+2 -2
View File
@@ -24,8 +24,8 @@ jobs:
tea pr ls --repo ${{ github.repository }} --state open --output csv | egrep 'open'
if [ $? -eq 0 ]; then
echo "PR already exists. Skipping PR creation."
pr_index=$(tea pr ls --repo ${{ github.repository }} --state open --output csv | egrep ${{ gitea.ref_name }}" | awk -F, '{print $1}' | sed -e 's|"||g')
echo "pr_index=${pr_index}" >> "$GITHUB_OUTPUT"
pr_index=$(tea pr ls --repo ${{ github.repository }} --state open --output csv | egrep ${{ gitea.ref_name }} | awk -F, '{print $1}' | sed -e 's|"||g')
echo "pr_index=$pr_index" >> "$GITHUB_OUTPUT"
echo "list_exit=$?" >> "$GITHUB_OUTPUT"
- name: Create PR