Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slawa4s authored Jun 6, 2022
1 parent 1c244b5 commit eff3213
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ runs:
shell: bash
if: ${{ inputs.test_push_info == 'true' }}

- run: echo "if not work"
- run: echo ${{ inputs.test_push_info }}
shell: bash
if: ${{ inputs.test_push_info != 'true' }}

- name: Create Pull Request with tests and codeAnalysis information
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit eff3213

Please sign in to comment.