Skip to content

Commit

Permalink
Keep fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed May 2, 2024
1 parent eb0e538 commit e3650ec
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ concurrency:
jobs:
vars:
name: Variables
outputs: ${{ steps.pr.outputs.pr }}
outputs:
pr: ${{ steps.pr.outputs.pr }}
runs-on: ubuntu-latest
steps:
# Get PR number for squash merges to main
- name: PR Number
id: pr
uses: bcgov-nr/[email protected]
timeout-minutes: 1
steps:
# Get PR number for squash merges to main
- name: PR Number
id: pr
uses: bcgov-nr/[email protected]

deploys-test:
name: TEST Deploys
Expand Down

0 comments on commit e3650ec

Please sign in to comment.