Skip to content

Commit

Permalink
줄바꿈3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed Jan 31, 2025
1 parent f3ad94a commit b94cb53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
DECODED=$(echo "$JIRA_TASKS" | base64 -d)
RELEASE_NOTES=$(gh release view ${{ env.LATEST_RELEASE }} --json body -q .body)
UPDATED_NOTES=$(
## Updated Release Notes
$(cat jira_entries.txt)
### Jira tasks
$DECODED
$(cat jira_entries.txt)
)
gh release edit "${{ env.LATEST_RELEASE }}" --notes "$UPDATED_NOTES"
Expand Down
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Fri Mar 29 03:42:04 KST 2024
#Fri Jan 31 16:30:50 KST 2025
ADMIN_UID="DWGEpfzf6XeJIlsLBrjGSVeVPqg1"
ALGOLIA_API_KEY="957db708b33b7e1036ae0572d4528055"
ALGOLIA_APP_ID="6TYCW8JQ7L"
FCM_KEY="AAAAmNfGnMw\:APA91bGAFo88zg6OD4UBYUncsuWa9cRkb6GUAErLSGREOM3h7ILet9XAbl6pA8P9A-fbd4PD5No0Ii67eofLzyusgDB3RZB-8FnKnymCCOLOK-4HjswHk5oDB63WKYxaMvHWqNVGLi6w"
GOOGLE_SIGN="656455146700-4it82b9v7j6q8m0fv9hms81rr8gnccka.apps.googleusercontent.com"
KAKAO_APP_KEY="5d721a804affa3a1e4e8b09839df568a"
sdk.dir=C\:\\Users\\moongni\\AppData\\Local\\Android\\Sdk
sdk.dir=A\:\\Appdata\\Local\\Android\\Sdk

0 comments on commit b94cb53

Please sign in to comment.