mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
Dump the github context content
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
5
.github/workflows/get-go-version.yaml
vendored
5
.github/workflows/get-go-version.yaml
vendored
@@ -16,6 +16,11 @@ jobs:
|
||||
outputs:
|
||||
version: ${{ steps.pick-version.outputs.version }}
|
||||
steps:
|
||||
- name: Dump github context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
|
||||
- name: Check out the code
|
||||
uses: actions/checkout@v5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user