We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0442ef3 commit c11318fCopy full SHA for c11318f
.github/workflows/openvex.yml
@@ -10,10 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
14
- - name: Set env
+ uses: actions/checkout@v4
+ - name: Set environment variables
15
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
16
- - uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
+ - uses: openvex/generate-vex@c59881b41451d7ccba5c3b74cd195382b8971fcd
17
+ # Refer: https://github.com/openvex/vexctl#operational-model
18
name: Run vexctl
19
with:
20
product: pkg:golang/kubernetes/kube-state-metrics@${{ env.RELEASE_VERSION }}
0 commit comments