Skip to content

ammaratef45/pr-url-action

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

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr-url-action

A GitHub Action that can get the PR URL.

Outputs

url

The url of the PR.

Example usage

uses: actions/pr-url-action@v1 id: pr-url

steps:
    - name: getPrUrl
    id: pr-url
    uses: ammaratef45/pr-url-action@v1
    - name: display
    run: echo ${{ steps.pr-url.outputs.url }}