Compare commits
3 Commits
0ed1b64975
...
728ff9c9b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 728ff9c9b7 | |||
| 877939369d | |||
| f1136ebc8a |
@@ -139,7 +139,7 @@ jobs:
|
||||
if: github.event_name == 'pull_request' && (github.event.action == 'closed' || github.event.pull_request.merged == true)
|
||||
steps:
|
||||
- name: Remove Remote Environment
|
||||
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: ${{ env.SSH_HOST }}
|
||||
username: ${{ env.SSH_USER }}
|
||||
|
||||
Reference in New Issue
Block a user