Skip to content

Commit

Permalink
[CI] Log info about the merge in cached_checkout action (intel#10144)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel authored Jun 30, 2023
1 parent d0b01b2 commit 8f6879a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/actions/cached_checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ runs:
run: |
cd ${{ inputs.path }}
git fetch origin $DEFAULT_BRANCH
echo "FETCHED:"
git log -1 origin/$DEFAULT_BRANCH
echo "Merging it into the current workspace"
# Set fake identity to fulfil git requirements
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
Expand Down

0 comments on commit 8f6879a

Please sign in to comment.