workflow: Try fixing rebase requirement workflow (#381)

This commit is contained in:
LynxDev2 2025-02-18 23:04:25 +07:00 committed by GitHub
parent 37db388d2a
commit a0388d00ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")"