Skip to content

juliangruber/octokit-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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