We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ccbf44 + f8e7fda commit 9e5f4a6Copy full SHA for 9e5f4a6
.github/workflows/update-local-path-provisioner.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
UPSTREAM_VERSION=$(cat upstream/deploy/chart/local-path-provisioner/Chart.yaml | grep 'version:' | awk '{print $2}')
29
echo "Upstream version: $UPSTREAM_VERSION"
30
- echo "$UPSTREAM_VERSION=$UPSTREAM_VERSION" >> $GITHUB_ENV
+ echo "UPSTREAM_VERSION=$UPSTREAM_VERSION" >> $GITHUB_ENV
31
32
- name: Check if the checked out version is different from current one
33
id: version-check
0 commit comments