File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4848
4949 - name : Checkout the v2 Branch
5050 uses : actions/checkout@v2
51- # Set the branch to our version branch not master when scheduled.
52- ref : ' next/2.x/main'
5351 if : ${{ github.event_name == 'schedule' }}
52+ with :
53+ # Set the branch to our version branch not master when scheduled.
54+ ref : ' next/2.x/main'
5455
5556 - name : Install PHP and composer environment
5657 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 4848
4949 - name : Checkout the v4 Branch
5050 uses : actions/checkout@v2
51- # Set the branch to our version branch not master when scheduled.
52- ref : ' next/4.x/main'
5351 if : ${{ github.event_name == 'schedule' }}
52+ with :
53+ # Set the branch to our version branch not master when scheduled.
54+ ref : ' next/4.x/main'
5455
5556 - name : Install PHP and composer environment
5657 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments