This commit is contained in:
Neil Hanlon
2025-08-29 22:23:15 -04:00
parent 184f7461ce
commit 3b75a739de
+1
View File
@@ -161,6 +161,7 @@ jobs:
git remote add origin git@github.com/$GITHUB_REPOSITORY.git git remote add origin git@github.com/$GITHUB_REPOSITORY.git
git config --local user.email "actions@github.com" git config --local user.email "actions@github.com"
git config --local user.name "Github Actions" git config --local user.name "Github Actions"
git add .
git commit -m "deploy" git commit -m "deploy"
- name: Force push to destination branch - name: Force push to destination branch