Skip to content

Commit

Permalink
more fun action logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Feb 25, 2024
1 parent 306887f commit bbe91d4
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 297 deletions.
16 changes: 10 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Dashcam TestDriver
description: Run tests based on human language
author: Michael Layne
description: AI QA Agent for GitHub
author: Dashcam.io
branding:
icon: "box"
color: "orange"
icon: "user-plus"
color: "green"
inputs:
prompt:
description: >-
Your test prompt
The prompt to test. Example:
1. Open Google Chrome
2. Go to YouTube.com
3. Search for "Rick Astley"
4. Click on the first video
required: true

outputs:
Expand All @@ -16,7 +20,7 @@ outputs:
The summary of the test result
shareLink:
description: >-
The share link of dash recording
The share link of Dashcam.io recording
runs:
using: node16
main: ./dist/index.js
292 changes: 5 additions & 287 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/rest": "^20.0.2",
"colors": "^1.4.0",
"uuid": "^9.0.1",
"uzip": "^0.20201231.0"
},
Expand Down
Loading

0 comments on commit bbe91d4

Please sign in to comment.