Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entrypoint.sh: Permission denied #352

Open
Ban921 opened this issue Dec 3, 2024 · 0 comments
Open

entrypoint.sh: Permission denied #352

Ban921 opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ban921
Copy link

Ban921 commented Dec 3, 2024

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/ssh-action@v1.1.0
      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
image
image
image

@Ban921 Ban921 added the bug Something isn't working label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants