fix url and remote repo
This commit is contained in:
4
.github/workflows/release_automation.yml
vendored
4
.github/workflows/release_automation.yml
vendored
@@ -184,11 +184,11 @@ jobs:
|
||||
- name: Checkout Seasonal Manifest Repo
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: ${{ github.repository_owner }}/jellyfin-plugin-manifest
|
||||
repository: ${{ github.repository_owner }}/Jellyfin-Seasonals
|
||||
path: seasonal-manifest
|
||||
token: ${{ secrets.JELLYFIN_PLUGIN_MANIFEST_UPDATER_PAT }}
|
||||
|
||||
- name: Update Central Manifest
|
||||
- name: Update Seasonal Manifest
|
||||
shell: bash
|
||||
run: |
|
||||
cd seasonal-manifest
|
||||
|
||||
Reference in New Issue
Block a user