Skip to content

Octokit.js

Actions
A generic Octokit.js GitHub Action
v1.0.2
Latest
Star (4)

octokit-action

An experimental generic Octokit.js GitHub Action.

Usage

steps:
  - name: Render markdown
    uses: juliangruber/octokit-action@v1
    id: markdown
    with:
      github-token: ${{ secrets.GITHUB_TOKEN }}
      command: markdown.render
      text: '#beep\nboop!'
  - name: Print
    run: echo "${response}"
    env:
      response: ${{ steps.markdown.outputs.response }}

Related

License

MIT

Octokit.js is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A generic Octokit.js GitHub Action
v1.0.2
Latest

Octokit.js is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.