Skip to content

Commit

Permalink
Merge branch 'DouglasNeuroInformatics:main' into v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau authored Feb 29, 2024
2 parents 7c40422 + d98c61c commit 478fa01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
outputs:
mongodb_version: ${{ steps.define.outputs.MONGODB_VERSION }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- id: define
run: |
cat .env.template | grep MONGODB_VERSION >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 478fa01

Please sign in to comment.