Skip to content

Commit 1c244b5

Browse files
authored
Update action.yml
1 parent 2aac9bc commit 1c244b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
inputs:
99
test_push_info:
1010
description: 'Do tests need to be pushed'
11-
default: 'true'
11+
default: 'true'
1212
test_delete_info:
1313
description: 'Do old tests need to be deleted'
1414
default: 'false'
@@ -49,6 +49,10 @@ runs:
4949
shell: bash
5050
if: ${{ inputs.test_push_info == 'true' }}
5151

52+
- run: echo "if not work"
53+
shell: bash
54+
if: ${{ inputs.test_push_info != 'true' }}
55+
5256
- name: Create Pull Request with tests and codeAnalysis information
5357
uses: peter-evans/create-pull-request@v4
5458
with:

0 commit comments

Comments
 (0)