Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 4, 2024
1 parent 45ad008 commit 2b1b332
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ jobs:
run: |

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

View workflow job for this annotation

GitHub Actions / lint / lint-github-action

shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting
git reset --soft $(git merge-base main HEAD)
- name: Push new commit history to PR
- name: Create new commit
run: |
git commit --message "${{ env.PR_COMMIT_MSG }}"
- name: Push new commit history to PR
run: |
git clean -f -d
git push --force

0 comments on commit 2b1b332

Please sign in to comment.