Skip to content

pass-culture-github-actions/pull-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Storage or Azure Cache Action

This action will retrieve PR informations.

  • URL
  • Title
  • Number

Usage

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 }}"

Outputs

number

The title of the PR

title

The title of the PR

url

The url of the PR

About

Get ref pull request information

Resources

License

Stars

Watchers

Forks

Packages

No packages published