We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf5907 commit dc1e431Copy full SHA for dc1e431
.github/workflows/pr-closed.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: "ubuntu-22.04"
9
if: github.repository_owner == 'php'
10
steps:
11
- - uses: appleboy/ssh-action@v1.1.0
+ - uses: appleboy/ssh-action@v1.2.0
12
with:
13
host: ${{ secrets.PREVIEW_REMOTE_HOST }}
14
username: ${{ secrets.PREVIEW_REMOTE_USER }}
0 commit comments