0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 04:22:59 +00:00

misc(ci): fix input refs

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-03-02 14:07:24 -05:00
parent cddf901c24
commit 52e5c5d600
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455
2 changed files with 2 additions and 3 deletions

View File

@ -82,4 +82,3 @@ jobs:
uses: benc-uk/workflow-dispatch@v1 uses: benc-uk/workflow-dispatch@v1
with: with:
workflow: testacc.yml workflow: testacc.yml
ref: ${{ github.event.pull_request.head.ref }}

View File

@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
ref: ${{ github.event.workflow_run.head_branch }} ref: ${{ github.event.inputs.ref || github.ref}}
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5