Removing build.yaml; correcting gocurl version.

This commit is contained in:
2024-12-06 13:07:35 -05:00
parent 4ea490d8da
commit b4dc275261
2 changed files with 1 additions and 88 deletions
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Check if Pull Request Exists
id: check-pr
uses: prasiman/gocurl@v1.2.0
uses: prasiman/gocurl@v1
with:
url: ${{ secrets.GITEA_API_URL }}/repos/${{ github.repository_owner }}/pulls?state=open&head=${{ github.repository_owner }}:${{ github.ref_name }}
method: GET