File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 - name : Configure bot git identity
5151 run : |
52- git config --global user.name ' ${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]'
53- git config --global user.email ' ${STEPS_GET_USER_ID_OUTPUTS_USER_ID}+${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]@users.noreply.github.com'
52+ git config --global user.name " ${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]"
53+ git config --global user.email " ${STEPS_GET_USER_ID_OUTPUTS_USER_ID}+${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]@users.noreply.github.com"
5454 gh auth setup-git
5555 env :
5656 GH_TOKEN : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change @@ -519,8 +519,8 @@ jobs:
519519
520520 - name : Configure bot git identity
521521 run : |
522- git config --global user.name ' ${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]'
523- git config --global user.email ' ${STEPS_GET_USER_ID_OUTPUTS_USER_ID}+${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]@users.noreply.github.com'
522+ git config --global user.name " ${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]"
523+ git config --global user.email " ${STEPS_GET_USER_ID_OUTPUTS_USER_ID}+${STEPS_APP_TOKEN_OUTPUTS_APP_SLUG}[bot]@users.noreply.github.com"
524524 gh auth setup-git
525525 env :
526526 GH_TOKEN : ${{ steps.app-token.outputs.token }}
@@ -557,6 +557,7 @@ jobs:
557557 git worktree add --detach "$WT" origin/dev
558558 node .github/scripts/update-altstore-source.mjs \
559559 "$WT/$SOURCE_FILE" "${ALTSTORE_VERSION:-$VERSION}" "${ALTSTORE_VERSION_BUILD:-$VERSION}" "${STEPS_IPA_OUTPUTS_SIZE}" "$DOWNLOAD_URL" "$DATE" "Sable $VERSION"
560+ pnpm oxfmt "$WT/$SOURCE_FILE"
560561 git -C "$WT" add "$SOURCE_FILE"
561562 if git -C "$WT" diff --cached --quiet; then
562563 echo "$SOURCE_FILE already up to date on dev"
Original file line number Diff line number Diff line change 66 "iconURL" : " https://raw.githubusercontent.com/SableClient/Sable/dev/src-tauri/icons/icon.png" ,
77 "website" : " https://github.com/SableClient/Sable" ,
88 "tintColor" : " #5CA399" ,
9- "featuredApps" : [
10- " moe.sable.client"
11- ],
9+ "featuredApps" : [" moe.sable.client" ],
1210 "apps" : [
1311 {
1412 "name" : " Sable" ,
3129 }
3230 ],
3331 "appPermissions" : {
34- "entitlements" : [
35- " aps-environment"
36- ],
32+ "entitlements" : [" aps-environment" ],
3733 "privacy" : {
3834 "NSCameraUsageDescription" : " Sable needs camera access for video calls." ,
3935 "NSMicrophoneUsageDescription" : " Sable needs microphone access for voice and video calls."
You can’t perform that action at this time.
0 commit comments