mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-03 11:06:08 +00:00
Fixing Github Actions (#107)
Hopefully this should now let us automatically down-sync from Main to Development
This commit is contained in:
parent
7657ae1928
commit
5322d8ab64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/downstream.yml
vendored
2
.github/workflows/downstream.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upstream_repository: AtlasMediaGroup/TotalFreedomMod
|
upstream_repository: AtlasMediaGroup/TotalFreedomMod
|
||||||
upstream_branch: main
|
upstream_branch: main
|
||||||
target_branch: main
|
target_branch: development
|
||||||
git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
|
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)
|
# Step 3: Display a message if 'sync' step had new commits (simple test)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue