Skip to content

Commit

Permalink
fts
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 71bfcce commit a5cc444
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 @@ -125,7 +125,7 @@ export class K8sVersionUpgradeAutomation extends Component {
{
name: 'Set auto-approve label for PR',
id: 'set-auto-approve-label',
run: 'bash src/setLabelsScript.sh $outputs.testingMode',
run: 'bash src/setLabelsScript.sh ${{ steps.set-testing-mode-var.outputs.testingMode }}',
// run: 'if [ ${{ steps.set-testing-mode-var.outputs.testingMode }} = "true" ];then echo labels="bug" >> $GITHUB_OUTPUT;fi',
env: { GITHUB_TOKEN: '${{ secrets.PROJEN_GITHUB_TOKEN }}' },
continueOnError: false,
Expand Down

0 comments on commit a5cc444

Please sign in to comment.