``` - name: executing ubuntu instance using ssh uses: appleboy/ssh-action@v1.0.0 with: host: ${{secrets.HOST_IP}} username: ubuntu key: ${{secrets.SSH_KEY}} port: 22 script: | su - ${{user}} whoami ``` ## I have already tried going into root mode before. But it is still not working.