Skip to content

Commit

Permalink
rm extra space in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
buidav committed Oct 2, 2024
1 parent 5bb0866 commit 92f06d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_update_opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# if the default version is the only acceptable version
# Make `VariableName = CurrentVersion, DefaultOPAVer #EndVersionComment `
$VersionsArr = $_ -split "="
$VersionsArr[0] + " = '$CurrentOPAVersion'" + ", $DefaultOPAVersionVar $END_VERSIONS_COMMENT"
$VersionsArr[0] + "= '$CurrentOPAVersion'" + ", $DefaultOPAVersionVar $END_VERSIONS_COMMENT"
}
else {
# No Splitting lines; Appending new Current OPA version to acceptable version
Expand Down

0 comments on commit 92f06d4

Please sign in to comment.