Skip to content

Commit

Permalink
[MER-2165] add branding info (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
doratzeng authored Apr 18, 2023
1 parent 5565c87 commit bb1d57c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python -m pytest -vv --junitxml="test_results/output.xml"
- name: Upload files with github action
if: success() || failure()
uses: aviator-co/[email protected]
uses: aviator-co/[email protected].0
with:
assets: test_results/output.xml
aviator_api_token: ${{ secrets.AVIATOR_API_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Upload to Aviator"
description: "Uploads JunitXML files to Aviator for processing."
branding:
color: yellow
icon: activity
inputs:
assets:
description: "File path of assets to upload"
Expand Down

0 comments on commit bb1d57c

Please sign in to comment.