mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 17:41:49 -05:00
I think I figured it out!
This commit is contained in:
parent
961606f015
commit
d89b9c6fd2
2 changed files with 6 additions and 3 deletions
8
.github/workflows/modding-runtime-update.yml
vendored
8
.github/workflows/modding-runtime-update.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue