-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): actions moved to bcgov org (#17)
- Loading branch information
1 parent
6d66d4f
commit 48fc17c
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 }}" | ||
|
@@ -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 }} | ||
|
||
|