Skip to content

Commit

Permalink
refactor github actions iteration=17
Browse files Browse the repository at this point in the history
fix error in github actions.
for context see #1052

Issue: #1030
Signed-off-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
  • Loading branch information
Ndibe Raymond Olisaemeka committed Dec 22, 2023
1 parent 73f8829 commit ad209be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scale_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
env:
TARGET_DROPLETS_COUNT: ${{ fromJson(steps.get_target_droplet_ip.outputs.JSON_STRING).TARGET_DROPLETS_COUNT }}
if: ${{ env.TARGET_DROPLETS_COUNT > 0 }}
uses: unstucturedstudio/zubhub/.github/actions/ssh_action@master
uses: unstructuredstudio/zubhub/.github/actions/ssh_action@master
with:
HOST: ${{ secrets.DO_BACKEND_HOST }}
USERNAME: ${{ secrets.DO_BACKEND_USERNAME }}
Expand Down

0 comments on commit ad209be

Please sign in to comment.