I think I figured it out!

This commit is contained in:
Ritchie 2023-09-05 16:54:46 -04:00
parent 961606f015
commit d89b9c6fd2
2 changed files with 6 additions and 3 deletions

View file

@ -21,6 +21,8 @@ jobs:
cd system-runtime
git config user.name "Socially Distant [bot]"
git config user.email "github-actions-noreply@sociallydistantgame.com"
git add .
git commit -m "Runtime update [automated]"
git push
if [[ 'git status --porcelain' ]]; then
git add .
git commit -m "Runtime update [automated]"
git push
fi

View file

@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/Packages/com.sociallydistant.framework" vcs="Git" />
</component>
</project>