diff --git a/bitrise.yml b/bitrise.yml index 384e989..a93d240 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -8,7 +8,7 @@ app: - BITRISE_STEP_ID: deploy-to-updraft - BITRISE_STEP_VERSION: "0.0.1" - BITRISE_STEP_GIT_CLONE_URL: https://github.com/appswithlove/bitrise-step-deploy-to-updraft.git - - MY_STEPLIB_REPO_FORK_GIT_URL: https://github.com/appswithlove/bitrise-steplib.git + - MY_STEPLIB_REPO_FORK_GIT_URL: git@github.com:appswithlove/bitrise-steplib.git workflows: test: diff --git a/step.yml b/step.yml index 9fb848d..77038e9 100644 --- a/step.yml +++ b/step.yml @@ -1,16 +1,15 @@ title: |- - deploy-to-updraft + Deploy to Updraft summary: | Distribute your app's builds to your team and testers description: | This step will help you to upload your app's builds to Updraft. For more information please reach [Updraft](https://getupdraft.com) site. -website: https://github.com/appswithlove/bitrise-step-deploy-to-updraft-android -source_code_url: https://github.com/appswithlove/bitrise-step-deploy-to-updraft-android -support_url: https://github.com/appswithlove/bitrise-step-deploy-to-updraft-android/issues +website: https://github.com/appswithlove/bitrise-step-deploy-to-updraft +source_code_url: https://github.com/appswithlove/bitrise-step-deploy-to-updraft +support_url: https://github.com/appswithlove/bitrise-step-deploy-to-updraft/issues project_type_tags: - ios -# - macos - android - xamarin - react-native @@ -75,6 +74,4 @@ outputs: title: "Deploy Updraft step output" summary: "Deploy Updraft step output json" description: | - Description of this output. - - Can be Markdown formatted text. + JSON reponse of Updraft backend