Skip to content

Commit

Permalink
actions: bsim: fix typo
Browse files Browse the repository at this point in the history
Fix typo in workflow allowing comments to be published to the PR.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and ioannisg committed Apr 26, 2021
1 parent 0b464dc commit c0bfad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
check_name: Bluetooth Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
files: "**/bsim_results.xml"
omment_on_pr: false
comment_on_pr: false

0 comments on commit c0bfad6

Please sign in to comment.