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.
1 parent 4f22281 commit eedbe5cCopy full SHA for eedbe5c
.github/workflows/nightlydepolyci.yml
@@ -71,7 +71,8 @@ jobs:
71
72
# Fetch the target branch to get existing APKs (if branch exists)
73
git fetch origin fdroid-repo:fdroid-repo || echo "Branch not found, proceeding..."
74
-
+ # stash changes if any
75
+ git stash || echo "No changes to stash"
76
# Switch to that branch or create if it doesn't exist (to setup folder structure)
77
git checkout fdroid-repo || git checkout --orphan fdroid-repo
78
0 commit comments