chore: fix wrong name for GITHUB_SHA (#29162)

This commit is contained in:
Yihau Chen 2022-12-09 14:28:09 +08:00 committed by GitHub
parent 3d268be800
commit f339854504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Get commit range (push)
if: ${{ github.event_name == 'push' }}
run: |
echo "COMMIT_RANGE=$GIHTUB_SHA" >> $GITHUB_ENV
echo "COMMIT_RANGE=$GITHUB_SHA" >> $GITHUB_ENV
- name: Get commit range (pull_request)
if: ${{ github.event_name == 'pull_request' }}