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