File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Auto Create PR on Main Push
33
44on :
55 push :
6- branches : [ main ] # Trigger on push to main
6+ branches : [main] # Trigger on push to main
77
88jobs :
99 create_pr : # Renamed job for clarity
7373 uses : actions/checkout@v3
7474 with :
7575 # Use author variable for repository
76- repository : ${{steps.get_basic_info.outputs.author}} /dify-plugins
76+ repository : GYMmaorui /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 "${{ steps.get_basic_info.outputs.author }}: ${{ steps.get_basic_info.outputs.plugin_name }}-${{ steps.get_basic_info.outputs.version }}" \
131+ --head "GYMmaorui: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