Skip to content

Commit

Permalink
Merge pull request #68 from opencrvs/fix-fix
Browse files Browse the repository at this point in the history
Merge upstream/main into sync-with-upstream with conflicts
  • Loading branch information
adskyiproger authored Feb 28, 2025
2 parents 02169bd + eb88b9f commit 0da24f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,14 @@ jobs:
run: |
gh repo sync ${FORK_REPOSITORY_PATH} --branch ${BASE_BRANCH}
echo STATUS="Synced" >> $GITHUB_ENV
- name: Checkout OpenCRVS Farajaland repository
if: steps.sync_fork.outcome == 'failure'
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: 'opencrvs/opencrvs-farajaland'
path: './opencrvs-farajaland'
- run: |
pwd
ls -la

0 comments on commit 0da24f3

Please sign in to comment.