Skip to content

Commit 8f6879a

Browse files
[CI] Log info about the merge in cached_checkout action (#10144)
1 parent d0b01b2 commit 8f6879a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devops/actions/cached_checkout/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ runs:
5858
run: |
5959
cd ${{ inputs.path }}
6060
git fetch origin $DEFAULT_BRANCH
61+
echo "FETCHED:"
62+
git log -1 origin/$DEFAULT_BRANCH
63+
echo "Merging it into the current workspace"
6164
# Set fake identity to fulfil git requirements
6265
git config --local user.email "[email protected]"
6366
git config --local user.name "GitHub Actions"

0 commit comments

Comments
 (0)