Yashu Mittal

Results 198 comments of Yashu Mittal

@mojo706 It shows an error: ``` a step cannot have both the `uses` and `run` keys ```

@mojo706 ```yml - name: Executing remote command uses: appleboy/[email protected] env: BACKEND_APP_PORT: 8080 NODE_ENV: "production" with: host: ${{ secrets.IP }} USERNAME: ${{ secrets.USERNAME }} PORT: ${{ secrets.PORT }} KEY: ${{ secrets.SSHKEY...

Isn't it the exact same code which I have shared. https://github.com/appleboy/ssh-action/issues/31#issuecomment-655275661

You mean something like this? ```yml - name: Executing remote command uses: appleboy/[email protected] run: echo "Running this in GitHub Action" env: BACKEND_APP_PORT: 8080 NODE_ENV: "production" with: host: ${{ secrets.IP }}...

## Questions * What does this feature request or issue cover? * What does the theme means? Does it include the design part (color & font) or layouts and website...

> if someone votes on a "feature" it could trigger a webhook that would perform an action in an external service, say a notification in Slack/Rocketchat, or using open source...

In additional to analytic data such as page view or user traffic. What kind of analytic data would you like to see or sent to third-party analytic tool?

Yes, the Dockerfile will get quite large by including Postgresql database. Dockerfile will only include the LogChimp source code and it can be run using docker-compose.

@devhawkio > This does not work in the case that domain is localhost. I am aware of this issue, and looking for a better way to fix it. > The...

@devhawkio That certainly doesn't sound bad, but we planned to put certain limitations on customising sender email to avoid spam/abuse as the other mail services may mark the sender email...