mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-03 20:12:59 +00:00
misc(ci): fix workflow dispatch ref
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
c8016639b9
commit
e1894d0e00
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -78,12 +78,9 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
|
||||||
env:
|
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
|
||||||
run: echo "$GITHUB_CONTEXT"
|
|
||||||
|
|
||||||
- name: Invoke acceptance tests workflow
|
- name: Invoke acceptance tests workflow
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
uses: benc-uk/workflow-dispatch@v1
|
||||||
with:
|
with:
|
||||||
workflow: testacc.yml
|
workflow: testacc.yml
|
||||||
|
ref: "main"
|
||||||
|
inputs: '{"ref": "${{ github.head_ref }}" }'
|
Loading…
Reference in New Issue
Block a user