Test auto release #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Create Release | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Release | |
uses: softprops/action-gh-release@v2 | |
with: | |
body: | | |
> Latest Update: 2024-07-29 | |
## <a id="stats" />📊 Shortcuts Library Stats [^1] | |
* In total, there are **490** Shortcuts with **4621** actions in **56** folders (_see more info in [next section](#folder-structure)_)! | |
* The pure average comes out to about **9** actions per Shortcut | |
* The typical Shortcut has around **7+** actions | |
* 🏅 Top 5 Most Complex Shortcuts: | |
1. [Check Last Run Time](./All%20Shortcuts/Utility%20Helper%20Functions/Check%20Last%20Run%20Time) - 69 actions | |
2. [✍️ Log Daily Bullet Journal](./All%20Shortcuts/Notion%20API/%E2%9C%8D%EF%B8%8F%20Log%20Daily%20Bullet%20Journal) - 58 actions | |
3. [Choose Calendar Event Time](./All%20Shortcuts/Utility%20Helper%20Functions/Choose%20Calendar%20Event%20Time) - 56 actions | |
4. [Photo Converter](./All%20Shortcuts/Photo/Photo%20Converter) - 48 actions | |
5. [Build Run Shortcut URL](./All%20Shortcuts/Shortcuts%20of%20Shortcuts/Build%20Run%20Shortcut%20URL) - 48 actions | |
* 🎖️ Top 5 Largest Shortcuts: | |
1. [iPhone Alarm Ringtone](./All%20Shortcuts/Sound%20Files/iPhone%20Alarm%20Ringtone) - 423 KB | |
2. [Water Eject](./All%20Shortcuts/Standalone%20Fun/Water%20Eject) - 192 KB | |
3. [Time's Up!](./All%20Shortcuts/Sound%20Files/Time's%20Up!) - 125 KB | |
4. [📑 Private](./All%20Shortcuts/My%20PPS%20%26%20PKMS/%F0%9F%93%91%20Private) - 34 KB | |
5. [Search in Apple Notes](./All%20Shortcuts/Apple%20Notes/Search%20in%20Apple%20Notes) - 33 KB | |
draft: false | |
prerelease: false | |
discussion_category_name: Show and tell | |
generate_release_notes: true | |
make_latest: true | |
token: ${{ secrets.APPLE_SHORTCUTS_GALLERY }} |