Skip to content

Commit

Permalink
feat: release-please refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Sep 17, 2024
1 parent 0063c2e commit b25f3b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
timeout-minutes: 1
steps:
# Get PR number for squash merges to main
- if: ${{ github.event_name == push }}
name: PR Number
- name: PR Number
if: ${{ github.event_name == 'push' }}
id: pr
uses: bcgov-nr/[email protected]
- if: ${{ github.event_name != push }}
name: PR Number
- name: PR Number
if: ${{ github.event_name != 'push' }}
id: pr
run: echo ${{inputs.pr}} >> $GITHUB_OUTPUT

Expand Down

0 comments on commit b25f3b9

Please sign in to comment.