Starting new deployment pipeline.
This commit is contained in:
@@ -10,9 +10,6 @@ jobs:
|
|||||||
check-and-create-pr:
|
check-and-create-pr:
|
||||||
name: Check and Create PR
|
name: Check and Create PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
|
||||||
pr_created: ${{ steps.cc-pr.outputs.pr_created }}
|
|
||||||
pr_number: ${{ steps.cc-pr.outputs.pr_index }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user