mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-11 15:30:34 +00:00
Compare commits
1 Commits
9033_fix
...
action_ver
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c05e6d21a3 |
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