diff --git a/.github/workflows/test-ssh.yml b/.github/workflows/test-ssh.yml index 2d9c4c31b..cd5d74b80 100644 --- a/.github/workflows/test-ssh.yml +++ b/.github/workflows/test-ssh.yml @@ -26,10 +26,18 @@ jobs: role-to-assume: arn:aws:iam::657556092833:role/midendev-GithubActionsRole role-session-name: GithubActionsSession - - name: Run command on EC2 instance - uses: ./.github/workflows/execute_ssh.yml - with: - command: ls -lrt - instance_id: i-0d50212756bccc552 - wait_for_execution: "3" + call-execute-ssh: + uses: ./.github/workflows/execute_ssh.yml + with: + command: ls -lrt + instance_id: i-0d50212756bccc552 + wait_for_execution: "3" + + + # - name: Run command on EC2 instance + # uses: ./.github/workflows/execute_ssh.yml + # with: + # command: ls -lrt + # instance_id: i-0d50212756bccc552 + # wait_for_execution: "3"