Skip to content

Commit

Permalink
NIT-1425 fix typo for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pbasumatary committed Jul 22, 2024
1 parent 6cda4f5 commit d3b86c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scale-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Call scale up workflow
if: env.ENV_TO_SCALE != 'NONE'
uses: ./.github/workflows/scale-up.yml
uses: ./.github/workflows/scale-up.yaml
with:
environment: ${{ env.ENV_TO_SCALE }}

0 comments on commit d3b86c6

Please sign in to comment.