We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3158409 commit 2e99496Copy full SHA for 2e99496
.github/workflows/main.yml
@@ -13,4 +13,4 @@ jobs:
13
with:
14
host: ${{ secrets.HOST }}
15
key: ${{ secrets.SSH_KEY }}
16
- script: ${{secrtets.REPO_PATH}} deploy.sh -b main
+ script: ${{ secrets.REPO_PATH }} deploy.sh -b main
0 commit comments