feat: updatePlayerName keeps created order in nameCount
Some checks failed
Push Pipeline / test (push) Successful in 46s
Push Pipeline / update_version (push) Successful in 7s
Push Pipeline / generate_licenses (push) Successful in 38s
Push Pipeline / generate_localizations (push) Successful in 31s
Push Pipeline / build (push) Has been cancelled
Push Pipeline / format (push) Has been cancelled
Push Pipeline / sort_arb_files (push) Has been cancelled
Some checks failed
Push Pipeline / test (push) Successful in 46s
Push Pipeline / update_version (push) Successful in 7s
Push Pipeline / generate_licenses (push) Successful in 38s
Push Pipeline / generate_localizations (push) Successful in 31s
Push Pipeline / build (push) Has been cancelled
Push Pipeline / format (push) Has been cancelled
Push Pipeline / sort_arb_files (push) Has been cancelled
This commit is contained in:
@@ -79,8 +79,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${GITEA_TOKEN}
|
||||
ref: $BRANCH_NAME
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
ref: ${{ gitea.ref_name }}
|
||||
|
||||
- name: Increment version number
|
||||
uses: stikkyapp/update-pubspec-version@v2
|
||||
@@ -102,13 +102,16 @@ jobs:
|
||||
|
||||
generate_licenses:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
BRANCH_NAME: ${{ gitea.ref_name }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: $GITEA_TOKEN
|
||||
ref: $BRANCH_NAME
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
ref: ${{ gitea.ref_name }}
|
||||
|
||||
# Required for Flutter action
|
||||
- name: Install jq
|
||||
|
||||
Reference in New Issue
Block a user