members-list-action:将组织的成员列表生成为 JSON 的 GitHub 操作

时间:2021-05-30 17:18:52
【文件属性】:
文件名称:members-list-action:将组织的成员列表生成为 JSON 的 GitHub 操作
文件大小:112KB
文件格式:ZIP
更新时间:2021-05-30 17:18:52
JavaScript 成员列表操作 members-list-actions 是一个 GitHub 操作,用于生成组织中所有成员的列表。 将此操作添加到您的组织将生成一个 JSON 文件,每次向组织添加新成员时,该文件都会更新自身。 入门 在.github/workflows/创建一个main.yml文件并添加以下内容。 on : workflow_dispatch : jobs : runs-on : ubuntu-latest name : Action to update the member's list steps : - name : Member List id : list-members uses : RITct/members-list-action@main with : org-name : <organiz
【文件预览】:
members-list-action-main
----index.js(3KB)
----package.json(833B)
----.github()
--------workflows()
----action.yml(780B)
----LICENSE(34KB)
----package-lock.json(259KB)
----dist()
--------index.js(102KB)
----.gitignore(2KB)
----README.md(2KB)
----.jshintrc(257B)
----.editorconfig(293B)

网友评论