Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sumu <[email protected]>
  • Loading branch information
sumupitchayan committed Sep 27, 2023
1 parent 6f187fd commit d2dc478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-upgrade-automation.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 @@ -74,7 +74,7 @@ export class K8sVersionUpgradeAutomation extends Component {
{
id: 'k8s-previous-version',
name: 'Get previous K8s minor version',
run: 'echo previousVersion=$(( ${{ steps.k8s-latest-version.outputs.latestVersion }}} - 1 )) >> $GITHUB_OUTPUT',
run: 'echo previousVersion=$(( ${{ steps.k8s-latest-version.outputs.latestVersion }} - 1 )) >> $GITHUB_OUTPUT',
},
{
id: 'get-npm-status-code',
Expand Down

0 comments on commit d2dc478

Please sign in to comment.