Skip to content

Commit

Permalink
fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Nov 25, 2022
1 parent d15b3f2 commit 8d9d1a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:

postGithubComment:
runs-on: ubuntu-latest
name: An example job to comment a PR
name: Post a GitHub comment with app download links for testing
needs: [android, ios]
steps:
- name: Checkout
Expand All @@ -175,7 +175,8 @@ jobs:
- name: Publish links to apps for download
run: |
gh pr comment --body \
"| android :robot: | iOS :apple: |
"Use the links below to test this build in android and iOS. Happy testing!
| android :robot: | iOS :apple: |
| ------------- | ------------- |
| ${{fromJson(steps.set_var.outputs.android_paths).html_path}} | ${{fromJson(steps.set_var.outputs.ios_paths).html_path}} |"
env:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gem "xcpretty", "~> 0"


plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 comments on commit 8d9d1a2

Please sign in to comment.