This action will retrieve PR informations.
- URL
- Title
- Number
workflow.yml
- name: Get PR information
id: pr
uses: pass-culture-github-actions/[email protected]
- run: echo number="${{ steps.pr.outputs.number }}"
- run: echo title="${{ steps.pr.outputs.title }}"
- run: echo url="${{ steps.pr.outputs.url }}"
The title of the PR
The title of the PR
The url of the PR