Skip to content

Commit

Permalink
Merge pull request #731 from DouglasNeuroInformatics/joshunrau-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau authored Feb 29, 2024
2 parents 803ad44 + 9b51edb commit d98c61c
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 d98c61c

Please sign in to comment.