最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

git - github actions and curl commands - Stack Overflow

programmeradmin3浏览0评论

I wonder what I am missing here. I just trying to execute a curl command using github actions and the issue is that is not showing the output at all.

the command is executed like:

- name: query  
  shell: bash
run: curl :8088/ksql -H'Accept:application/vnd.ksql.v1+json' -k -S -u ${{ secrets.KSQL_TEST_ID }} --data @./query.json
    

but again is not any output. Before I was getting timeouts but security opened up the ports so now I can connect to the ports. If I execute the same curl command on my PC I get the expected results.

anyway idea what I am missing from the github actions sides. thanks.

发布评论

评论列表(0)

  1. 暂无评论