Fixing output statement.

This commit is contained in:
2024-12-24 19:29:08 -05:00
parent e7ee7170da
commit a95bf70b21
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
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"
echo "pr_index=$(echo ${pr_index})" >> "$GITHUB_OUTPUT"
echo "list_exit=$?" >> "$GITHUB_OUTPUT"
- name: Create PR