mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 06:00:46 +02:00
[Actions] Fix nightly workflow changes detection.
This commit is contained in:
2
.github/workflows/build-nightly-apk.yml
vendored
2
.github/workflows/build-nightly-apk.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
needs:
|
||||
- prepare
|
||||
if: needs.prepare.outputs.hasNewChanges
|
||||
if: ${{ needs.prepare.outputs.hasNewChanges == 'true' }}
|
||||
outputs:
|
||||
androidHome: ${{ env.ANDROID_HOME }}
|
||||
androidSdkRoot: ${{ env.ANDROID_SDK_ROOT }}
|
||||
|
Reference in New Issue
Block a user