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

Specifying shell

Open 3emSeyBey opened this issue 1 year ago • 3 comments

Describe the bug

I wanted to specify the shell to use bash. Adding #!/bin/bash and #!/usr/bin/env bash does not work. I tried enclosing the whole script with bash -c but still unfortunate

Yaml Config

Please post your Yaml configuration file along with the output results.

        script:
            #!/usr/bin/env bash
            source .venv/bin/activate

Related environment

Please provide the following information:

Digital Ocean

3emSeyBey avatar Nov 07 '24 18:11 3emSeyBey

@3emSeyBey can you provide the error message?

appleboy avatar Nov 08 '24 13:11 appleboy

Hello @appleboy .

Image

Image

Here you have my trouble.

andresfdel17 avatar Apr 06 '25 19:04 andresfdel17

@andresfdel17 Please post all config

appleboy avatar Apr 10 '25 06:04 appleboy