chore(workflows): remove unnecessary checkout step
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 7s
Build and Publish nightly package / build-and-publish (push) Successful in 17s

- Eliminates the redundant checkout step in the sync workflow
- Simplifies the workflow by focusing on the releases sync action
This commit is contained in:
2025-05-26 16:38:45 +02:00
parent 7720343173
commit 45a61134d6

View File

@@ -15,9 +15,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout (optional if needed)
uses: actions/checkout@v4
- name: Run Releases Sync Action
uses: https://git.0xmax42.io/actions/releases-sync@main
with: