Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Playground CNCF - Reset Non-essential Namespaces and Reboot failing due to syntax issue. 

Signed-off-by: Sangram Rath <sangram.rath@gmail.com>
  • Loading branch information
sangramrath authored Jan 2, 2025
1 parent b99a990 commit 679e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cncf-playground-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Cluster cleanup by running the cleanup script inside VM
uses: appleboy/ssh-action@master
with:
host: secrets.METAL_SERVER1
host: ${{ secrets.METAL_SERVER1 }}
username: root
key: ${{ secrets.METAL_SSH_KEY }}
script: |
Expand Down

0 comments on commit 679e570

Please sign in to comment.