0
0
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:
Pavel Boldyrev 2024-03-02 14:27:28 -05:00
parent c8016639b9
commit e1894d0e00
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -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 }}" }'