Skip to content

Commit

Permalink
chore: update allowed inputs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 authored Oct 3, 2024
1 parent 43cf7cb commit 4259ce3
Showing 1 changed file with 9 additions and 13 deletions.
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

0 comments on commit 4259ce3

Please sign in to comment.