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 d0b01b2 commit 8f6879aCopy full SHA for 8f6879a
devops/actions/cached_checkout/action.yml
@@ -58,6 +58,9 @@ runs:
58
run: |
59
cd ${{ inputs.path }}
60
git fetch origin $DEFAULT_BRANCH
61
+ echo "FETCHED:"
62
+ git log -1 origin/$DEFAULT_BRANCH
63
+ echo "Merging it into the current workspace"
64
# Set fake identity to fulfil git requirements
65
git config --local user.email "[email protected]"
66
git config --local user.name "GitHub Actions"
0 commit comments