Verifying PR index for curl request #3.
This commit is contained in:
@@ -4,9 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- main
|
- main
|
||||||
create:
|
|
||||||
branches:
|
|
||||||
- '**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Job 1: Check if PR exists and create one if the branch is new
|
# Job 1: Check if PR exists and create one if the branch is new
|
||||||
@@ -129,7 +126,7 @@ jobs:
|
|||||||
# }'
|
# }'
|
||||||
- name: Verify PR number
|
- name: Verify PR number
|
||||||
run: |
|
run: |
|
||||||
echo "PR number: ${{ gitea.event.pull_request.number }}"
|
echo "PR number: ${{ github.event.pull_request.number }}"
|
||||||
|
|
||||||
# - name: Post SonarQube Results as Comment
|
# - name: Post SonarQube Results as Comment
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user