Skip to content

Commit cb1802b

Browse files
Inverted qr
Signed-off-by: daniele-verducci <daniele.verducci@nextcloud.com>
1 parent 156aacf commit cb1802b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ARTIFACT_URL: ${{ steps.upload-apk.outputs.artifact-url }}
8282
run: |
8383
sudo apt-get -y install qrencode
84-
qrencode -t UTF8 "$ARTIFACT_URL" >> "$GITHUB_OUTPUT"
84+
qrencode -t UTF8i "$ARTIFACT_URL" >> "$GITHUB_OUTPUT"
8585
- name: Comment PR
8686
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
8787
uses: thollander/actions-comment-pull-request@e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa

0 commit comments

Comments
 (0)