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 e300966 commit bcc226dCopy full SHA for bcc226d
.github/workflows/build.yml
@@ -47,11 +47,11 @@ jobs:
47
uses: actions/checkout@v2
48
with:
49
ref: ${{ env.HEAD_COMMIT }}
50
- fetch-depth: 2
+ # fetch-depth: 2
51
- name: Get PR head SHA
52
run: echo "HEAD_SHA=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
53
- - name: Setup tmate session
54
- uses: mxschmitt/action-tmate@v3
+ # - name: Setup tmate session
+ # uses: mxschmitt/action-tmate@v3
55
- name: Get commit message
56
run: |
57
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s ${{ github.event.pull_request.head.sha }})" >> $GITHUB_ENV
0 commit comments