diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml new file mode 100644 index 00000000..385544cb --- /dev/null +++ b/.github/workflows/submodule-update.yml @@ -0,0 +1,40 @@ +--- +name: Submodule Updates + +on: + # We might want this on a schedule once this is in `main` + push: + branches: [ develop ] + +############### +# Set the Job # +############### +jobs: + check_submodules: + name: Pull Request for updated submodules + runs-on: ubuntu-latest + env: + PARENT_REPOSITORY: 'edcd/edmarketconnector' + CHECKOUT_BRANCH: 'develop' + PR_AGAINST_BRANCH: 'develop' + OWNER: 'edcd' + + steps: + ########################## + # Checkout the code base # + ########################## + - name: Checkout EDMC + uses: actions/checkout@v2 + + #################################### + # Run the action against code base # + #################################### + - name: Check FDevIDs submodule + id: run_action + uses: releasehub-com/github-action-create-pr-parent-submodule@v1 + with: + github_token: ${{ secrets.RELEASE_HUB_SECRET }} + parent_repository: ${{ env.PARENT_REPOSITORY }} + checkout_branch: ${{ env.CHECKOUT_BRANCH}} + pr_against_branch: ${{ env.PR_AGAINST_BRANCH }} + owner: ${{ env.OWNER }} diff --git a/coriolis-data b/coriolis-data index e499f684..5ac8a247 160000 --- a/coriolis-data +++ b/coriolis-data @@ -1 +1 @@ -Subproject commit e499f68469bb4c3d7cecbc91ab67bd4a0bc40993 +Subproject commit 5ac8a2474e931bbf7cae351f7c987bc40af81012