We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de63d82 + a49e0e5 commit 5f6c221Copy full SHA for 5f6c221
2 files changed
.github/workflows/build_deb.yml
@@ -37,9 +37,9 @@ jobs:
37
run: |
38
echo "Must specify exactly one reference for the tar file to build the APK with."
39
exit 1
40
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
41
if: ${{ !inputs.ref }}
42
43
if: ${{ inputs.ref }}
44
with:
45
repository: learningequality/kolibri-installer-debian
.github/workflows/upload_signed_sources.yml
@@ -28,9 +28,9 @@ jobs:
28
name: Build sign and upload sources for deb file
29
runs-on: ubuntu-latest
30
steps:
31
32
33
34
35
36
0 commit comments