mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
trigger workflows_run event after uploading artifacts
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
dbc0668d29
commit
c30e354f43
2 changed files with 106 additions and 0 deletions
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
|
|
@ -102,3 +102,13 @@ jobs:
|
|||
with:
|
||||
name: prodDebugAPK
|
||||
path: app/build/outputs/apk/prod/debug/app-*.apk
|
||||
|
||||
- name: Create and PR number artifact
|
||||
run: |
|
||||
echo "{\"pr_number\": ${{ github.event.pull_request.number || 'null' }}}" > pr_number.json
|
||||
|
||||
- name: Upload PR number artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pr_number
|
||||
path: ./pr_number.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue