- name: github-action
id: cgithub-action
uses: tangem/github-action@main
with:
github-token: ${{secrets.TOKEN}}
pull-number: '1'
- name: Get the output issues
run: echo "Issues: ${{ steps.commit-list-action.outputs.issues }}"
- name: github-action
id: cgithub-action
uses: tangem/github-action@main
with:
github-token: ${{secrets.TOKEN}}
base: 'main'
head: 'test'
- name: Get the output issues
run: echo "Issues: ${{ steps.commit-list-action.outputs.issues }}"
Name | Requirement | Default | Description |
---|---|---|---|
github-token |
required | Token for access to GitHub | |
pull-number |
optional | Number of pull request | |
base |
optional | Base branch | |
head |
optional | Branch for compare |
Name | Requirement |
---|---|
issues |
list of issues (JSON stringify array) |