diff --git a/.github/workflows/updatesubmodules.yml b/.github/workflows/updatesubmodules.yml index 4acea91..618e10e 100644 --- a/.github/workflows/updatesubmodules.yml +++ b/.github/workflows/updatesubmodules.yml @@ -15,7 +15,11 @@ jobs: script: | cd /opt/software-discovery-tool-deploy git checkout -b "$(date +%b%d)" - git pull --recurse-submodules origin main - git submodule update --remote --recursive +# git pull --recurse-submodules origin main +# git submodule update --remote --recursive + cd /opt/software-discovery-tool + git pull origin master + cd /opt/software-discovery-tool + git remote remove git_update git remote add git_update https://${{ secrets.SDT_USER_PUSH }}:${{ secrets.SDT_PAT_PUSH }}@github.com/rachejazz/software-discovery-tool-deploy.git git commit -sam "Auto updated submodule references" && git push git_update "$(date +%b%d)" || echo "No changes to commit" diff --git a/software-discovery-tool b/software-discovery-tool index b487fff..7b00cf1 160000 --- a/software-discovery-tool +++ b/software-discovery-tool @@ -1 +1 @@ -Subproject commit b487fff3a9841a614954f8ec1806882bead6ea7b +Subproject commit 7b00cf14b9affbb3818ea05723ef47ec0684d15b