mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
workflow: Try fixing rebase requirement workflow (#381)
This commit is contained in:
parent
37db388d2a
commit
a0388d00ba
2
.github/workflows/rebase-requirement.yml
vendored
2
.github/workflows/rebase-requirement.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: Check out required PRs list to master
|
||||
run: |
|
||||
git checkout master -- .github/files/rebase-requirement-prs.txt
|
||||
git checkout origin/master -- .github/files/rebase-requirement-prs.txt || true
|
||||
- name: Run rebase requirement check
|
||||
run: |
|
||||
glog_out="$(git log --pretty=format:"%s")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue