Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update allowed inputs #9

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
name: 'Run Empirical tests'
description: 'This action dispatches a request to run tests'
author: 'empirical.run'
name: "Run Empirical tests"
description: "This action dispatches a request to run tests"
author: "empirical.run"

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'send'
color: 'gray-dark'
icon: "send"
color: "gray-dark"

# Define your inputs here.
inputs:
build-url:
description: 'URL to the application to be tested'
description: "URL to the application to be tested"
required: true
environment:
description: "Environment to run the tests on"
required: true
slack-webhook-url:
description: 'Incoming webhook URL for Slack or Google Chat'
required: false
platform:
description: 'One of the supported platforms: web, android or ios'
required: false
default: 'web'

runs:
using: node20
Expand Down