Open
Description
Describe the bug
When I update from version 1.0.3 to 1.1.0 entrypoint.sh: Permission denied occurs.
Yaml Config
name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.NAME }}
key: ${{ secrets.KEY }}
script: |
ls
Related environment
Please provide the following information:
My environment is using windows docker and ssh to the GCP host
I tested v1.2.0 and the same situation occurred