Skip to content

Commit bcc226d

Browse files
committed
try without fetch-depth
1 parent e300966 commit bcc226d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
uses: actions/checkout@v2
4848
with:
4949
ref: ${{ env.HEAD_COMMIT }}
50-
fetch-depth: 2
50+
# fetch-depth: 2
5151
- name: Get PR head SHA
5252
run: echo "HEAD_SHA=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
53-
- name: Setup tmate session
54-
uses: mxschmitt/action-tmate@v3
53+
# - name: Setup tmate session
54+
# uses: mxschmitt/action-tmate@v3
5555
- name: Get commit message
5656
run: |
5757
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s ${{ github.event.pull_request.head.sha }})" >> $GITHUB_ENV

0 commit comments

Comments
 (0)