Skip to content

Commit

Permalink
chore(ci): actions moved to bcgov org (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 19, 2025
1 parent 6d66d4f commit 48fc17c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Badges -->
[![Issues](https://img.shields.io/github/issues/bcgov-nr/action-get-pr)](/../../issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/bcgov-nr/action-get-pr)](/../../pulls)
[![MIT License](https://img.shields.io/github/license/bcgov-nr/action-get-pr.svg)](/LICENSE)
[![Issues](https://img.shields.io/github/issues/bcgov/action-get-pr)](/../../issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/bcgov/action-get-pr)](/../../pulls)
[![MIT License](https://img.shields.io/github/license/bcgov/action-get-pr.svg)](/LICENSE)
[![Lifecycle](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)

# Get PR Number - Merges and Queues
Expand All @@ -17,7 +17,7 @@ The build will return a PR number as output.

```yaml
- id: vars
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]

- name: Echo PR number
run: echo "PR: ${{ steps.vars.outputs.pr }}"
Expand All @@ -29,7 +29,7 @@ Private repositories may need to provide a GitHub token.
```yaml
- id: vars
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 48fc17c

Please sign in to comment.