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 48
48
49
49
- name : Checkout the v2 Branch
50
50
uses : actions/checkout@v2
51
- # Set the branch to our version branch not master when scheduled.
52
- ref : ' next/2.x/main'
53
51
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'
54
55
55
56
- name : Install PHP and composer environment
56
57
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 48
48
49
49
- name : Checkout the v4 Branch
50
50
uses : actions/checkout@v2
51
- # Set the branch to our version branch not master when scheduled.
52
- ref : ' next/4.x/main'
53
51
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'
54
55
55
56
- name : Install PHP and composer environment
56
57
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments