Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wugeshui authored Nov 20, 2023
1 parent c404eb4 commit be6fd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/checkout-code/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ runs:
if [ ${MACHINE} != "local" ];then
ssh ${MACHINE} " $(typeset -f checkout_code); checkout_code "
else
checkout_code
$(typeset -f checkout_code); checkout_code
fi

0 comments on commit be6fd0f

Please sign in to comment.