We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a436430 commit d449c6eCopy full SHA for d449c6e
.github/workflows/jekyll-gh-pages.yml
@@ -28,6 +28,7 @@ jobs:
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v3
31
+ - run: echo '' >> index.md
32
- run: echo '# History' >> index.md
33
- name: Append Git History
34
run: git log -n 15 --abbrev-commit --date=short --decorate --format=format:'%h - (%ad) %s%n' --all | sed 's/^......./[&](https:\/\/github.com\/matrix-org\/arewemlsyet\/commit\/&)/' >> index.md
0 commit comments