Skip to content

Commit

Permalink
fixup! Add a workflow definition to upload Git for Windows' snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Jan 26, 2025
1 parent 8dc71ac commit 585458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
git -C gh-pages \
-c user.name="${{ github.actor }}" \
-c user.email="${{ github.actor }}@noreply.github.com" \
commit -sm "Add snapshot: ${{ steps.bundle-artifacts.outputs.ver }}" &&
commit -sm "Add snapshot: ${{ steps.bundle-artifacts.outputs.ver }}" index.html &&
git -C gh-pages push &&
echo "::notice::Updated https://gitforwindows.org/git-snapshots (pending GitHub Pages deployment)"
- name: mark check run as completed
Expand Down

0 comments on commit 585458a

Please sign in to comment.