We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498390a commit da3f157Copy full SHA for da3f157
1 file changed
.github/workflows/update-docs.yml
@@ -74,6 +74,12 @@ jobs:
74
echo "committed=true" >> "$GITHUB_OUTPUT"
75
fi
76
77
+ - name: Rebase translated docs on latest main
78
+ if: steps.commit.outputs.committed == 'true'
79
+ run: |
80
+ git fetch origin main
81
+ git rebase origin/main
82
+
83
- name: Create Pull Request
84
if: steps.commit.outputs.committed == 'true'
85
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1
0 commit comments