We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56fa5f commit d9324ddCopy full SHA for d9324dd
.github/workflows/bump-versions.yaml
@@ -38,7 +38,7 @@ jobs:
38
id: environment-charts
39
shell: pwsh
40
run: |
41
- if (Test-Path -Path (Join-Path $basePath "./deployments/production-charts")) {
+ if (Test-Path -Path "./deployments/production-charts") {
42
echo "environmentCharts=true"
43
echo "environmentCharts=true" >> $env:GITHUB_ENV
44
}
0 commit comments