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 4de960d
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@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- 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-state-metrics@${{ env.RELEASE_VERSION }}

0 comments on commit 4de960d

Please sign in to comment.