Skip to content

Commit

Permalink
Fix/release event add pr (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Sep 24, 2024
1 parent 62d6e89 commit 1bb6ece
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- 'common/graphics/**'
- '!.github/workflows/deploy.yml'
- '!.github/workflows/merge.yml'
workflow_dispatch:
inputs:
pr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get PR Number From Event
if: ${{ github.event_name == 'release' }}
id: pr_no
uses: bcgov-nr/action-get-pr@v0.0.1
uses: bcgov-nr/action-get-pr@main
- name: PR Number
id: pr
run: echo pr=${{ steps.pr_no.outputs.pr || inputs.pr}} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1bb6ece

Please sign in to comment.