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:
parent
ceed5886a8
commit
a9695aa1ee
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user