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

[No QA] Create a manual workflow for PRs deployment comments #48938

Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ inputs:
default: "${{ github.token }}"
ANDROID:
description: "Android job result ('success', 'failure', 'cancelled', or 'skipped')"
required: true
DESKTOP:
description: "Desktop job result ('success', 'failure', 'cancelled', or 'skipped')"
required: true
IOS:
description: "iOS job result ('success', 'failure', 'cancelled', or 'skipped')"
required: true
WEB:
description: "Web job result ('success', 'failure', 'cancelled', or 'skipped')"
required: true
DEPLOYER_LOGIN:
description: "The login of the user who deployed the app"
DATE:
description: "The date of deployment"
runs:
using: "node20"
main: "./index.js"
Loading
Loading