Skip to content

Commit 12aab20

Browse files
committed
修复 github acitons 语法错误
1 parent 34e9716 commit 12aab20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: executing remote ssh commands using ssh key
102102
uses: appleboy/[email protected]
103-
if: ${{ github,event.inputs.updateServerVersion == 'true' }}
103+
if: ${{ github.event.inputs.updateServerVersion == 'true' }}
104104
with:
105105
host: ${{ secrets.HOST }}
106106
port: ${{ secrets.PORT }}

0 commit comments

Comments
 (0)