Skip to content

Commit 508fec9

Browse files
committed
linting
1 parent 62db393 commit 508fec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Prepare source for CI/Release build
8282
env:
83-
BASE_BRANCH: ${{ github.event_name != 'release' && github.event.pull_request.base.ref || '' }} # PR target branch
83+
BASE_BRANCH: ${{ github.event_name != 'release' && github.event.pull_request.base.ref || '' }} # PR target branch
8484
BASE_REF: ${{ github.event_name == 'push' && github.event.before || '' }} # previous commit before the push event
8585
LIMIT_POSTS: ${{ github.event_name != 'release' && '10' || '' }}
8686
SKIP_IMAGE_OPTIMIZATION: ${{ github.event_name != 'release' && 'true' || '' }}

0 commit comments

Comments
 (0)