Skip to content

Commit eb588a5

Browse files
authored
Merge pull request #234 from Y-Note-SAS/feature-36407
Fix: Manual build fails OP-3009
2 parents 46a03cc + bd2f883 commit eb588a5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/manual.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: manualbuild
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
inputs:

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,5 @@
483483
<string name="pay_type_cash">Cash</string>
484484
<string name="pay_type_mobile_phone">Mobile Phone</string>
485485
<string name="pay_type_bank_transfer">Bank Transfer</string>
486+
<string name="Close">Close</string>
486487
</resources>

0 commit comments

Comments
 (0)