1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

github/submodule-update: Direct actions/checkout to use develop

This commit is contained in:
Athanasius 2022-12-18 13:10:45 +00:00
parent ceed5886a8
commit a9695aa1ee
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -20,6 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: '${{ env.CHECKOUT_BRANCH }}'
submodules: true
- name: Update submodules
@ -27,7 +28,6 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git checkout $CHECKOUT_BRANCH
git submodule update --remote
- name: Check for changes