http-request-action:在GitHub中创建HTTP请求

时间:2021-05-04 19:33:52
【文件属性】:
文件名称:http-request-action:在GitHub中创建HTTP请求
文件大小:65KB
文件格式:ZIP
更新时间:2021-05-04 19:33:52
HTTP请求动作 通过GitHub Actions创建HTTP请求。 该操作允许GitHub事件与使用HTTP API的工具(如Ansible AWX)互动。 例子 jobs : deployment : runs-on : ubuntu-latest steps : - name : Deploy Stage uses : fjogeleit/http-request-action@master with : url : ' https://ansible.io/api/v2/job_templates/84/launch/ ' method : ' POST ' username : ${{ secrets.AWX_USER }} password : ${{ secre
【文件预览】:
http-request-action-master
----package.json(675B)
----.github()
--------workflows()
----action.yml(1KB)
----LICENSE(1KB)
----package-lock.json(7KB)
----dist()
--------index.js(267KB)
----src()
--------index.js(2KB)
--------githubActions.js(574B)
--------httpClient.js(5KB)
----.gitignore(13B)
----README.md(3KB)

网友评论