Fixing Github Actions (#107)

Hopefully this should now let us automatically down-sync from Main to Development
This commit is contained in:
Ryan 2021-08-18 23:45:34 +01:00 committed by GitHub
parent 7657ae1928
commit 5322d8ab64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
with:
upstream_repository: AtlasMediaGroup/TotalFreedomMod
upstream_branch: main
target_branch: main
target_branch: development
git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
# Step 3: Display a message if 'sync' step had new commits (simple test)