Skip to content

Commit

Permalink
ci: update workflows/issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 13, 2024
1 parent d5395fc commit 5616aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# 获取当前分支名称
CURRENT_BRANCH=$(echo ${GITHUB_REF#refs/heads/})
git add .
git commit -m "Quick RSS Feed: $ISSUE_TITLE #$ISSUE_ID"
git commit -m "Quick RSS Feed: $ISSUE_TITLE #$ISSUE_ID \n\n https://wangchujiang.com/quick-rss/issue/$ISSUE_ID.html"
git push origin $CURRENT_BRANCH

- name: Trigger Deploy
Expand Down

0 comments on commit 5616aa2

Please sign in to comment.