1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-05 01:43:16 +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: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
ref: '${{ env.CHECKOUT_BRANCH }}'
submodules: true submodules: true
- name: Update submodules - name: Update submodules
@ -27,7 +28,6 @@ jobs:
run: | run: |
git config user.name github-actions git config user.name github-actions
git config user.email github-actions@github.com git config user.email github-actions@github.com
git checkout $CHECKOUT_BRANCH
git submodule update --remote git submodule update --remote
- name: Check for changes - name: Check for changes