File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments