Skip to content

Commit

Permalink
create in-cloud action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexivanov committed Mar 19, 2024
1 parent d5c28d4 commit 7e40f8f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions in-cloud/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "Meticulous - Report Diffs (In Cloud)"
description: "Run automated Meticulous tests in Meticulous' cloud."
inputs:
api-token:
description: "Meticulous API token"
required: true
github-token:
description: "GITHUB_TOKEN or a repo scoped PAT."
required: true
default: ${{ github.token }}
app-url:
description: |
The URL to execute the tests against. This URL should serve the code from the current commit (e.g. a localhost URL served up by a local server).
required: true

outputs: {}
runs:
using: node20
main: "../out/in-cloud.entrypoint.js"
branding:
color: purple
icon: camera

0 comments on commit 7e40f8f

Please sign in to comment.