Update On Fri Nov 8 19:37:26 CET 2024

This commit is contained in:
github-action[bot]
2024-11-08 19:37:27 +01:00
parent 3c1fc9b3a8
commit af05de6722
329 changed files with 4088 additions and 1470 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ env:
jobs:
delete_current_releases:
name: Delete Current Releases
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.repository, 'LibNyanpasu') }}
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.repository, 'libnyanpasu') }}
uses: ./.github/workflows/deps-delete-releases.yaml
with:
tag: "pre-release"
@@ -190,7 +190,7 @@ jobs:
telegram:
name: Send Release Message to Telegram
if: startsWith(github.repository, 'LibNyanpasu')
if: startsWith(github.repository, 'libnyanpasu')
needs: [update_tag]
uses: ./.github/workflows/deps-message-telegram.yaml
with: