File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 IMAGE_ICC : 1 # Run icc profile sniffer on your images? 1 or 0
77 EPV : 0 # Run EPV (Extension Pre Validator) on your code? 1 or 0
88 EXECUTABLE_FILES : 1 # Run check for executable files? 1 or 0
9- PHPBB_BRANCH : master # The phpBB branch to run tests on
9+ PHPBB_BRANCH : ticket/17361 # The phpBB branch to run tests on
1010
1111on :
1212 push :
3737 - name : Checkout phpBB
3838 uses : actions/checkout@v4
3939 with :
40- repository : phpbb /phpbb
40+ repository : rubencm /phpbb
4141 ref : ${{ env.PHPBB_BRANCH }}
4242 path : phpBB3
4343
@@ -162,7 +162,7 @@ jobs:
162162 - name : Checkout phpBB
163163 uses : actions/checkout@v4
164164 with :
165- repository : phpbb /phpbb
165+ repository : rubencm /phpbb
166166 ref : ${{ env.PHPBB_BRANCH }}
167167 path : phpBB3
168168
@@ -303,7 +303,7 @@ jobs:
303303 - name : Checkout phpBB
304304 uses : actions/checkout@v4
305305 with :
306- repository : phpbb /phpbb
306+ repository : rubencm /phpbb
307307 ref : ${{ env.PHPBB_BRANCH }}
308308 path : phpBB3
309309
@@ -401,7 +401,7 @@ jobs:
401401 - name : Checkout phpBB
402402 uses : actions/checkout@v4
403403 with :
404- repository : phpbb /phpbb
404+ repository : rubencm /phpbb
405405 ref : ${{ env.PHPBB_BRANCH }}
406406 path : phpBB3
407407
You can’t perform that action at this time.
0 commit comments