Skip to content

Commit

Permalink
More workflow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mik1ll committed Nov 7, 2024
1 parent d4dd707 commit a057bb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-jellyfin-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
branch_name="update-repo-$GITHUB_REF_NAME"
git checkout -b "$branch_name"
git add Repository/manifest.json
git commit -m "Add $GITHUB_REF_NAME to Repository"
commit_msg="Add $GITHUB_REF_NAME to Repository"
git commit -m "$commit_msg"
git push -u origin "$branch_name"
gh pr create --assignee "@$GITHUB_REPOSITORY_OWNER" -f
gh pr create --assignee "@$GITHUB_REPOSITORY_OWNER" --title "$commit_msg" --base master

0 comments on commit a057bb4

Please sign in to comment.