We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc71ac commit 585458aCopy full SHA for 585458a
.github/workflows/upload-snapshot.yml
@@ -256,7 +256,7 @@ jobs:
256
git -C gh-pages \
257
-c user.name="${{ github.actor }}" \
258
-c user.email="${{ github.actor }}@noreply.github.com" \
259
- commit -sm "Add snapshot: ${{ steps.bundle-artifacts.outputs.ver }}" &&
+ commit -sm "Add snapshot: ${{ steps.bundle-artifacts.outputs.ver }}" index.html &&
260
git -C gh-pages push &&
261
echo "::notice::Updated https://gitforwindows.org/git-snapshots (pending GitHub Pages deployment)"
262
- name: mark check run as completed
0 commit comments