8000 GitHub - ramonsnir/gh-action-pr-details
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ramonsnir/gh-action-pr-details

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

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull Request Details

A github action that retrieves the pull request details and sets them in the output for other actions to use.

Usage

- uses: ramonsnir/gh-action-pr-details@1.0.3
  id: vars
  with:
    repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: echo ${{ steps.vars.outputs.pr_title }}
- run: echo ${{ steps.vars.outputs.pr_url }}

License

The scripts and documentation in this project are released under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0