diff --git a/action.yml b/action.yml index d6d7f7a..90a39d6 100644 --- a/action.yml +++ b/action.yml @@ -73,6 +73,7 @@ runs: shell: bash run: | echo -e "✅ A PR already exists for ${{ gitea.ref_name }}\nSkipping PR creation..."\ + - name: PR Creation shell: bash if: steps.check-opened-pr-step.outputs.exists == '0'