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 14, 2022
1 parent 9d1898a commit 267f583
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ runs:
- name: Checkout repository
uses: actions/checkout@v2


- run: echo "with"
if: github.event.inputs.test_push_info == 'true'
shell: sh

- run: echo "without"
if: github.event.inputs.test_push_info
shell: sh

- name: Delete old tests
if: github.event.inputs.test_delete_info == 'true'
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 267f583

Please sign in to comment.