Skip to content

Commit 632993e

Browse files
authored
Try single-line in yaml (#169)
1 parent 48b737d commit 632993e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ jobs:
3434
if: needs.check.outputs.branch-pr == ''
3535
uses: ./.github/workflows/_docs.yml
3636
secrets:
37-
deploy_key: ${{
38-
github.event_name == 'release'
39-
&& secrets.ACTIONS_DOCUMENTATION_DEPLOY_KEY
40-
|| ''
41-
}}
37+
deploy_key: ${{ github.event_name == 'release' && secrets.ACTIONS_DOCUMENTATION_DEPLOY_KEY || '' }}
4238

4339
pypi:
4440
if: success() && github.event_name == 'release'

0 commit comments

Comments
 (0)