Compare commits
3 commits
5c9e200e8e
...
c1c7c05d7a
| Author | SHA1 | Date | |
|---|---|---|---|
| c1c7c05d7a | |||
| 126aec4cc6 | |||
| 033ae93e5e |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
app/build/outputs/apk/gplay/debug/*-universal-debug.apk
|
app/build/outputs/apk/gplay/debug/*-universal-debug.apk
|
||||||
app/build/outputs/apk/fdroid/debug/*-universal-debug.apk
|
app/build/outputs/apk/fdroid/debug/*-universal-debug.apk
|
||||||
- uses: rnkdsh/action-upload-diawi@4e1421305be7cfc510d05f47850262eeaf345108 # v1.5.12
|
- uses: rnkdsh/action-upload-diawi@76778fcd1f9f589efaaa62f63d5f03430bbb1306 # v1.5.13
|
||||||
id: diawi
|
id: diawi
|
||||||
# Do not fail the whole build if Diawi upload fails
|
# Do not fail the whole build if Diawi upload fails
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check membership
|
- name: Check membership
|
||||||
if: github.event.pull_request.user.login != 'renovate[bot]'
|
if: github.event.pull_request.user.login != 'renovate[bot]'
|
||||||
uses: tspascoal/get-user-teams-membership@818140d631d5f29f26b151afbe4179f87d9ceb5e # v4.0.1
|
uses: tspascoal/get-user-teams-membership@b2546c5affc730fd8e3d8483ae9ad3621938c2f9 # v4.0.2
|
||||||
id: teams
|
id: teams
|
||||||
with:
|
with:
|
||||||
username: ${{ github.event.pull_request.user.login }}
|
username: ${{ github.event.pull_request.user.login }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue