Verifying PR index for curl request #3.

This commit is contained in:
2024-12-19 11:45:50 -05:00
parent 1b8c035ba1
commit 9e5a428755
@@ -4,9 +4,6 @@ on:
push:
branches-ignore:
- main
create:
branches:
- '**'
jobs:
# Job 1: Check if PR exists and create one if the branch is new
@@ -129,7 +126,7 @@ jobs:
# }'
- name: Verify PR number
run: |
echo "PR number: ${{ gitea.event.pull_request.number }}"
echo "PR number: ${{ github.event.pull_request.number }}"
# - name: Post SonarQube Results as Comment
# run: |