0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 19:43:00 +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

@ -81,5 +81,4 @@ jobs:
- name: Invoke acceptance tests workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: testacc.yml
ref: ${{ github.event.pull_request.head.ref }}
workflow: testacc.yml

View File

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