File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v6
1414 - name : Create PR From dev To main
1515 run : |
16- .github/pr.py --head-branch dev --base-branch main --token ${{ secrets.GITHUBACTIONS }}
16+ curl -sSL https://raw.githubusercontent.com/legendu-net/github_actions_scripts/main/create_pull_request.py \
17+ | uv run --script - \
18+ --head-branch dev \
19+ --base-branch main \
20+ --token ${{ secrets.GITHUBACTIONS }}
1721
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v6
1616 - name : Create PR to dev
1717 run : |
18- .github/pr.py --head-branch ${{ github.ref_name }} --base-branch dev --token ${{ secrets.GITHUBACTIONS }}
18+ curl -sSL https://raw.githubusercontent.com/legendu-net/github_actions_scripts/main/create_pull_request.py \
19+ | uv run --script - \
20+ --head-branch ${{ github.ref_name }} \
21+ --base-branch dev \
22+ --token ${{ secrets.GITHUBACTIONS }}
1923
You can’t perform that action at this time.
0 commit comments