We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2768a commit 5172c0dCopy full SHA for 5172c0d
.github/workflows/autosync.yml
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
git config --local user.name "github-actions[bot]"
23
git config --local user.email "github-actions[bot]@users.noreply.github.com"
24
+ git fetch origin pesde
25
+ git fetch origin master
26
git checkout pesde
27
git rebase master
28
0 commit comments