We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cb033 commit 7d964f9Copy full SHA for 7d964f9
.github/workflows/debricked.yml
@@ -22,5 +22,5 @@ jobs:
22
- uses: GuillaumeFalourd/assert-command-line-output@v2.3
23
with:
24
command_line: go run cmd/debricked/main.go scan -t ${{ secrets.DEBRICKED_TOKEN }} -e "pkg/**" -e "test/**" -e "**/testdata/**"
25
- contains: AUTOMATION RULE
+ contains: Successfully initialized scan
26
expected_result: PASSED
0 commit comments