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.
2 parents 51ba44d + 0c57c93 commit 6849b86Copy full SHA for 6849b86
.github/workflows/CD.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Deploy CSZ Bot
43
- uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f
+ uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0
44
env:
45
BOT_HOME_DIR: ${{ env.BOT_HOME_DIR }}
46
with:
.github/workflows/CI.yml
@@ -152,7 +152,7 @@ jobs:
152
echo "args=$args" >> "$GITHUB_OUTPUT"
153
154
155
156
157
BOT_HOME_PATH: /home/csc
158
EPHEMERAL_BOT_CONFIG: ${{ steps.config.outputs.content }}
0 commit comments