Actions creates a new github issue
required github token
required title of the issue
body of the issue
assignee of the issue
Object containing issue payload
- uses: rishabhgupta/git-action-issue@v2
id: Issue
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Title
body: body
assignees: 'rishabhgupta'
- run: |
echo ${{ steps.issue.outputs.issue }}