File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout repository
1515 uses : actions/checkout@v3
1616
17- # - name: Setup Tools
18- # uses: ./.github/actions/setup-tools
17+ - name : Setup Tools
18+ uses : ./.github/actions/setup-tools
1919
2020 - name : List installed Java versions
2121 run : /usr/libexec/java_home -V
3131 run : |
3232 git config user.name "Github Workflow (on behalf of ${{ github.actor }})"
3333 git config user.email "users.noreply.github.com"
34- git remote set-url origin https://x-access-token:${CAP_GH_RELEASE_TOKEN}@github.com/${{ github.repository }}.git
35- env :
36- CAP_GH_RELEASE_TOKEN : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
3734
3835 - name : Create branch for migration
3936 run : git checkout -b plugin-migration-v7
4542
4643 - name : Push to branch
4744 run : |
48- git push origin plugin-migration-v7
49- env :
50- CAP_GH_RELEASE_TOKEN : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
45+ git push origin plugin-migration-v7
You can’t perform that action at this time.
0 commit comments