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 a947bab + e51daf2 commit 1009f91Copy full SHA for 1009f91
.github/workflows/gradle-release.yml
@@ -160,7 +160,7 @@ jobs:
160
run: echo "apkFileUrl ${{ needs.release_apk.outputs.apkFileUrl }}"
161
162
- name: Send HTTP request to `${{ matrix.language_code }}.elimu.ai`
163
- uses: fjogeleit/http-request-action@v1
+ uses: fjogeleit/http-request-action@v2
164
with:
165
url: http://${{ matrix.language_code }}.elimu.ai/rest/v2/applications/ai.elimu.analytics/application-versions/${{ needs.create_git_tag.outputs.tagName }}
166
method: PUT
0 commit comments