Skip to content

Commit

Permalink
switch back to parens to test
Browse files Browse the repository at this point in the history
Signed-off-by: Sumu <[email protected]>
  • Loading branch information
sumupitchayan committed Oct 19, 2023
1 parent 933ed62 commit 6fda541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-latest-cdk8s-plus-library.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/k8s-automation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class K8sVersionUpgradeAutomation extends Component {
// if: '!(${{ github.event_name }} == "push")',
// run: 'echo labels="bug" >> $GITHUB_OUTPUT;',
//${{ github.event.inputs.testingMode }}
run: 'if [true];then echo labels="auto-approve" >> $GITHUB_OUTPUT;fi',
run: 'if (true);then echo labels="auto-approve" >> $GITHUB_OUTPUT;fi',
// run: 'if [${{ github.event_name }} = "push"];then echo labels="auto-approve" >> $GITHUB_OUTPUT;fi',
// if: 'github.event.inputs.testingMode == false',
// run: 'echo labels="auto-approve" >> $GITHUB_OUTPUT',
Expand Down

0 comments on commit 6fda541

Please sign in to comment.