1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

github: Fix org(/repo) case in submodule-updates.yml

This commit is contained in:
Athanasius 2022-02-07 14:46:53 +00:00
parent 2bf199f129
commit a77618f762
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

@ -14,10 +14,10 @@ jobs:
name: Pull Request for updated submodules
runs-on: ubuntu-latest
env:
PARENT_REPOSITORY: 'edcd/edmarketconnector'
PARENT_REPOSITORY: 'EDCD/EDMarketConnector'
CHECKOUT_BRANCH: 'develop'
PR_AGAINST_BRANCH: 'develop'
OWNER: 'edcd'
OWNER: 'EDCD'
steps:
##########################