Skip to content

Commit

Permalink
This should work
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 4, 2024
1 parent ee2a3aa commit c5808db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ jobs:
run: |
git commit --all --message "Update template URLs with local ones"
- name: Combine the last commit with the previous one
- name: Combine the last 2 commits into one
# See: https://stackoverflow.com/a/26172014
run: |

Check failure on line 85 in .github/workflows/docs.yaml

View workflow job for this annotation

GitHub Actions / lint / lint-github-action

shellcheck reported issue in this script: SC2006:style:2:43: Use $(...) notation instead of legacy backticks `...`
git reset --soft HEAD~1
git reset --soft HEAD~2
git commit --message "[sync] Updates from `awesome-template`"
- name: Push new commit history to PR
run: |
Expand Down

0 comments on commit c5808db

Please sign in to comment.