Skip to content

Commit 4a35e05

Browse files
committed
better action
1 parent 2b5a4f6 commit 4a35e05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/plugin-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v3
7474
with:
7575
# Use author variable for repository
76-
repository: GYMmaorui/dify-plugins
76+
repository: mfzzf/dify-plugins
7777
path: dify-plugins
7878
token: ${{ secrets.PLUGIN_ACTION }}
7979
fetch-depth: 1 # Fetch only the last commit to speed up checkout
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
gh pr create \
130130
--repo langgenius/dify-plugins \
131-
--head "GYMmaorui:bump-${{ steps.get_basic_info.outputs.plugin_name }}-${{ steps.get_basic_info.outputs.version }}" \
131+
--head "mfzzf:bump-${{ steps.get_basic_info.outputs.plugin_name }}-${{ steps.get_basic_info.outputs.version }}" \
132132
--base main \
133133
--title "bump ${{ steps.get_basic_info.outputs.plugin_name }} plugin to version ${{ steps.get_basic_info.outputs.version }}" \
134134
--body "bump ${{ steps.get_basic_info.outputs.plugin_name }} plugin package to version ${{ steps.get_basic_info.outputs.version }}

0 commit comments

Comments
 (0)