Starting new deployment pipeline.

This commit is contained in:
2024-12-24 07:16:04 -05:00
parent bd79719567
commit 4f0a7105f7
-3
View File
@@ -10,9 +10,6 @@ jobs:
check-and-create-pr:
name: Check and Create PR
runs-on: ubuntu-latest
outputs:
pr_created: ${{ steps.cc-pr.outputs.pr_created }}
pr_number: ${{ steps.cc-pr.outputs.pr_index }}
steps:
- name: Checkout Code
uses: actions/checkout@v4