File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,8 @@ jobs:
222222 --target "${{ steps.bundle-artifacts.outputs.git-commit-oid }}" \
223223 --title "${{ steps.bundle-artifacts.outputs.date }}" \
224224 ${{ steps.bundle-artifacts.outputs.ver }} \
225- ${{ steps.download-artifacts.outputs.paths }}
225+ ${{ steps.download-artifacts.outputs.paths }} &&
226+ echo "::notice::Uploaded snapshot artifacts to https://${{ github.server_url }}/${{ env.OWNER }}/${{ env.SNAPSHOTS_REPO }}/releases/tag/${{ steps.bundle-artifacts.outputs.ver }}"
226227 - name : update check-run
227228 if : env.CREATE_CHECK_RUN != 'false'
228229 uses : ./.github/actions/check-run-action
@@ -253,10 +254,11 @@ jobs:
253254 - name : push gh-pages
254255 run : |
255256 git -C gh-pages \
256- -c user.author ="${{ github.actor }}" \
257+ -c user.name ="${{ github.actor }}" \
257258 -c user.email="${{ github.actor }}@noreply.github.com" \
258259 commit -sm "Add snapshot: ${{ steps.bundle-artifacts.outputs.ver }}" &&
259- git -C gh-pages push
260+ git -C gh-pages push &&
261+ echo "::notice::Updated https://gitforwindows.org/git-snapshots (pending GitHub Pages deployment)"
260262 - name : mark check run as completed
261263 if : env.CREATE_CHECK_RUN != 'false' && always()
262264 uses : ./.github/actions/check-run-action
You can’t perform that action at this time.
0 commit comments