Skip to content

Commit 7e232d7

Browse files
authored
Merge pull request #50 from matthewstrasiotto/ci-pin-jprm-to-sha
ci: pin kevinjil/jprm-action to specific sha
2 parents 8df2bd9 + eaf7e87 commit 7e232d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Publish Plugin Manifest
55-
uses: Kevinjil/jellyfin-plugin-repo-action@v0.4.0
55+
uses: Kevinjil/jellyfin-plugin-repo-action@a7832ecc44c6b1a45d531970f6647b8682b005b8
5656
with:
5757
ignorePrereleases: false
5858
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- upload
4040
steps:
4141
- name: Publish Plugin Manifest
42-
uses: Kevinjil/jellyfin-plugin-repo-action@v0.4.0
42+
uses: Kevinjil/jellyfin-plugin-repo-action@a7832ecc44c6b1a45d531970f6647b8682b005b8
4343
with:
4444
ignorePrereleases: false
4545
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)