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:
parent
cddf901c24
commit
52e5c5d600
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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
|
2
.github/workflows/testacc.yml
vendored
2
.github/workflows/testacc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user