Skip to content

Commit ebe92ef

Browse files
committed
Fix readme
1 parent df4544f commit ebe92ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the API key to your secrets in your repository. **Do not leave this key in p
2626
### Incorporate in your workflow
2727

2828
Build your artifact in a step before the Emerge upload action. Pass the generated artifact's path as the `artifact_path`
29-
argument:
29+
argument, and your Emerge API key secret as the `emerge_api_key` argument
3030

3131
```yaml
3232
name: Your workflow
@@ -45,7 +45,7 @@ jobs:
4545
- name: Generate Android release bundle
4646
run: ./gradlew bundleRelease
4747
- name: Upload artifact to Emerge
48-
run: emerge-actions/emerge-upload@v1
48+
uses: EmergeTools/emerge-upload-action@v1.0.0
4949
with:
5050
artifact_path: ./app/build/outputs/bundle/release/app-release.aab
5151
emerge_api_key: ${{ secrets.EMERGE_API_KEY }}

0 commit comments

Comments
 (0)