Skip to content

Commit

Permalink
Try another way of updating the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 4, 2024
1 parent 92ad9b0 commit 8bc7244
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ jobs:
run: |
git commit --all --message "Update template URLs with local ones"
- name: Reset branch to main
- name: Combine the last commit with the previous one
# See: https://stackoverflow.com/a/26172014
run: |
git reset --soft $(git merge-base main HEAD)
git reset --soft HEAD~1
# git commit --message "[sync] Updates from \`awesome-template\`"
Expand All @@ -94,8 +95,6 @@ jobs:
- uses: peter-evans/create-pull-request@v6.0.1
with:
assignees: ${{ github.actor }}
commit-message: "[sync] Updates from `awesome-template`"
title: "[sync] Updates from `awesome-template`"
body: >
<details><summary><code>Workflow metadata</code></summary>
Expand Down

0 comments on commit 8bc7244

Please sign in to comment.