ssh-compute icon indicating copy to clipboard operation
ssh-compute copied to clipboard

A GitHub Action to SSH into a Google Compute Engine instance.

Results 7 ssh-compute issues
Sort by recently updated
recently updated
newest added

### TL;DR Not sure this is a but. When I set user uses: 'google-github-actions/ssh-compute@v1' with: instance_name: '${{vars.VM_INSTANCE}}' zone: '${{ vars.VM_ZONE }}' user: '${{ vars.VM_USER }}' I have the following message...

bug

### TL;DR Hi, I am writing a Github workflow like below to pull and run a GCR private image on my GCP compute instance. GCP compute instance is not Container-Optimized...

bug

### TL;DR Unable to log in a designated VM instance in GCP through the Action Runner. ### Expected behavior _No response_ ### Observed behavior Command : gcloud compute ssh hsu_douglas@stage-test-cd...

bug

### TL;DR Is there a way to get output of commands? ``` - id: 'compute-ssh' uses: 'google-github-actions/ssh-compute@v0' with: instance_name: test-instance zone: asia-south1-c ssh_private_key: '${{ secrets.SSH_KEY }}' command: 'composer -V' ```...

bug

### TL;DR I don’t know why the **echo** is output as a command, but the return is an error, which makes **github Actions** fail to succeed ### Expected behavior _No...

bug

### TL;DR Allow adding arguments when running `script`. ### Detailed design Example Usage: ```- name: Build app uses: 'google-github-actions/ssh-compute@v0' with: zone: 'zone' instance_name: 'name' ssh_private_key: 'key' script:' ${{ github.workspace }}/scripts/deploy.sh...

enhancement

### TL;DR Add a `show_ssh_output` input to the action, which shows the SSH stdout and stderr in the GitHub Action logs. Ideally, the output should be shown live, as it...

enhancement