assert-command-line-output icon indicating copy to clipboard operation
assert-command-line-output copied to clipboard

line 3: [: !=: unary operator expected

Open JonathanAtCenterEdge opened this issue 1 year ago • 1 comments

Using contains on any inputs like so

    - name: Container should contain new image version
      uses: GuillaumeFalourd/[email protected]
      with:
        command_line: ls
        contains: deployment.yaml
        expected_result: PASSED

results in chrome_0SYhAfRREA

JonathanAtCenterEdge avatar Jun 04 '23 21:06 JonathanAtCenterEdge