Skip to content

Commit

Permalink
Update base branch from working to dev (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
larslemos authored Jul 11, 2023
1 parent 109c10f commit 31779cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: UCSF-IGHS/openmrs-esm-ohri
ref: working
ref: dev

- name: Install dependencies
run: yarn
Expand All @@ -137,7 +137,7 @@ jobs:
title: "(chore) Bump `@openmrs/openmrs-form-engine-lib`"
body: "This is an automated PR that bumps the [form engine library](https://github.com/openmrs/openmrs-form-engine-lib) to the newest available version tagged `next`."
branch: chore/bump-form-engine
base: working
base: dev

bump-form-engine_patient_chart:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -206,5 +206,5 @@ jobs:
commit-message: "(chore) Bump `@openmrs/openmrs-form-engine-lib`"
title: "(chore) Bump `@openmrs/openmrs-form-engine-lib`"
body: "This is an automated PR that bumps the [form engine library](https://github.com/openmrs/openmrs-form-engine-lib) to the newest available version tagged `next`."
branch: chore/bump-form-engine
branch: chore/bump-form-engine
base: main

0 comments on commit 31779cb

Please sign in to comment.