Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arok committed Aug 26, 2024
1 parent 43ee5b5 commit 8cfaf8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 5 additions & 8 deletions step.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 8cfaf8f

Please sign in to comment.