File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 username : ${{ secrets.USERNAME }}
1414 key : ${{ secrets.KEY }}
1515 script : |
16- cd /opt /software-discovery-tool
16+ cd ~ /software-discovery-tool
1717 git checkout -b "$(date +%b%d)"
18- cd /opt /software-discovery-tool/distro_data
18+ cd ~ /software-discovery-tool/distro_data
1919 git checkout main
2020 git pull origin main
21- cd /opt /software-discovery-tool
21+ cd ~ /software-discovery-tool
2222 git remote remove git_update
2323 git remote add git_update https://${{ secrets.SDT_USER_PUSH }}:${{ secrets.SDT_PAT_PUSH }}@github.com/openmainframeproject/software-discovery-tool.git
2424 git commit -sam "Auto updated submodule references" && git push git_update "$(date +%b%d)" || echo "No changes to commit"
You can’t perform that action at this time.
0 commit comments