File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515 steps :
1616 - name : Checkout main
1717 uses : actions/checkout@v4
18- # with:
19- # ref: main
20- # fetch-depth: 0
21- # token: ${{ secrets.PAT_TOKEN }}
18+ with :
19+ ref : main
20+ fetch-depth : 0
21+ token : ${{ secrets.PAT_TOKEN }}
2222
23- # - name: Configure Git for push
24- # run: |
25- # git config user.name "github-actions[bot]"
26- # git config user.email "github-actions[bot]@users.noreply.github.com"
27- # git remote set-url origin "https://${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git"
23+ - name : Configure Git for push
24+ run : |
25+ git config user.name "github-actions[bot]"
26+ git config user.email "github-actions[bot]@users.noreply.github.com"
27+ git remote set-url origin "https://${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}.git"
2828
2929 - name : Check Branch & PR
3030 id : check_branch_pr
You can’t perform that action at this time.
0 commit comments