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 0962a4a commit 8603809Copy full SHA for 8603809
.github/workflows/fdroid.yml
@@ -90,11 +90,6 @@ jobs:
90
(.versionCode = $versionCode) |=
91
(.commit = \"$commitHash\")
92
" $metadata
93
- # TODO: remove this afterwards
94
- # https://github.com/orgs/community/discussions/26676
95
- yq -i ".Builds[0] |=
96
- (.commit = \"${{ github.event.pull_request.head.sha }}\")
97
- " $metadata
98
prebuiltTreeURL=$(curl -L \
99
-H "Accept: application/vnd.github+json" \
100
-H "Authorization: Bearer ${{ github.token }}" \
0 commit comments