@@ -40,12 +40,12 @@ jobs:
4040 git checkout --orphan $env:BRANCH_NAME
4141 git lfs install
4242 git rm -rf .
43- git commit --allow-empty -m "Initial commit"
4443
4544 git config --global user.email "github-actions@github.com"
4645 git config --global user.name "GitHub Actions"
4746 git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/PycraftDeveloper/PMMA.git
4847
48+ git commit --allow-empty -m "Initial commit"
4949 git push -u origin $env:BRANCH_NAME
5050
5151 cd ..
@@ -70,12 +70,12 @@ jobs:
7070 cd build_cache
7171
7272 git add .
73- git commit -m "Update Build Cache"
7473
7574 git config --global user.email "github-actions@github.com"
7675 git config --global user.name "GitHub Actions"
7776 git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/PycraftDeveloper/PMMA.git
7877
78+ git commit -m "Update Build Cache"
7979 git push -u origin $env:BRANCH_NAME
8080
8181 build_deps_linux :
@@ -111,12 +111,12 @@ jobs:
111111 git checkout --orphan "$BRANCH_NAME"
112112 git lfs install
113113 git rm -rf .
114- git commit --allow-empty -m "Initial commit"
115114
116115 git config --global user.email "github-actions@github.com"
117116 git config --global user.name "GitHub Actions"
118117 git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/PycraftDeveloper/PMMA.git
119118
119+ git commit --allow-empty -m "Initial commit"
120120 git push -u origin "$BRANCH_NAME"
121121
122122 cd ..
@@ -142,12 +142,12 @@ jobs:
142142 cd build_cache
143143
144144 git add .
145- git commit -m "Update Build Cache"
146145
147146 git config --global user.email "github-actions@github.com"
148147 git config --global user.name "GitHub Actions"
149148 git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/PycraftDeveloper/PMMA.git
150149
150+ git commit -m "Update Build Cache"
151151 git push -u origin "$BRANCH_NAME"
152152 '
153153
0 commit comments