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