Skip to content

Commit

Permalink
Cast input to number in scale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kysre committed Feb 12, 2024
1 parent 6c0e94e commit b5800fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: |
cd /usr/src/app/TurtleMQ
sudo sh scale.sh ${{ inputs.datanodeCount }}
sudo sh scale.sh ${{inputs.datanodeCount}}

0 comments on commit b5800fd

Please sign in to comment.