Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Sep 6, 2023
1 parent ee93d68 commit 803c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/charts-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Retrieve version
id: version
run: |
version=$(grep 'policies_version = ' ./hack/policies.py | awk -F'"' '{ print $2 }')
version=$(grep 'version = ' ./hack/policies.py | awk -F'"' '{ print $2 }')
echo "::set-output name=POLICIES_VERSION::$version"
- name: Kyverno policies
Expand Down

0 comments on commit 803c7d1

Please sign in to comment.