Skip to content

Commit

Permalink
Address PR review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Shafeeque E S <shafeeque.e.s@sap.com>
  • Loading branch information
shafeeqes committed Dec 15, 2023
1 parent 376b033 commit ffad13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openvex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
product: pkg:generic/hello@${{ env.RELEASE_VERSION }}
product: pkg:golang/kubernetes/kube-statemetrics@${{ env.RELEASE_VERSION }}

0 comments on commit ffad13c

Please sign in to comment.