File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
create-tag :
15
15
if : >-
16
- (inputs.commit || false) &&
17
- github.event.pull_request.merged == true &&
18
- github.event.pull_request.user.login == 'github-actions' &&
19
- github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name &&
20
- startsWith(github.event.pull_request.head.ref, 'bump-version')
16
+ (inputs.commit || false) ||
17
+ ( github.event.pull_request.merged == true &&
18
+ github.event.pull_request.user.login == 'github-actions' &&
19
+ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name &&
20
+ startsWith(github.event.pull_request.head.ref, 'bump-version') )
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout code
You can’t perform that action at this time.
0 commit comments