From 26568a0248972299ae65edc87a6e33d20536b037 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 4 Oct 2025 21:02:50 -0400 Subject: [PATCH] Formatting. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 770d9dc..a6c590d 100644 --- a/action.yml +++ b/action.yml @@ -39,6 +39,7 @@ runs: echo "WARNING ⛔: Tea v${{ inputs.tea-version }} Checksum Failed" exit 1 fi + - name: Login to Gitea shell: bash env: @@ -48,6 +49,7 @@ runs: tea login add -u "$GIT_SERVER_URL" -t "$GIT_SERVER_TOKEN" + - name: Check if open PR exists shell: bash id: check-opened-pr-step @@ -61,6 +63,7 @@ runs: | egrep '${{ github.ref_name }}' | wc -l) echo "exists=$pr_exists" >> $GITHUB_OUTPUT + - name: Skip PR Creation if: steps.check-opened-pr-step.outputs.exists == '1' shell: bash