File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ on: [push, pull_request]
66jobs :
77 test :
88 uses : catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9+ secrets :
10+ moodle_org_token : ${{ secrets.MOODLE_ORG_TOKEN }}
911 with :
1012 disable_behat : true
1113 disable_phpdoc : true
Original file line number Diff line number Diff line change 2525defined ('MOODLE_INTERNAL ' ) || die ();
2626
2727$ plugin ->component = 'tool_trigger ' ;
28- $ plugin ->version = 2024031400 ;
29- $ plugin ->release = 2024031400 ; // Match release exactly to version.
28+ $ plugin ->version = 2024031401 ;
29+ $ plugin ->release = 2024031401 ; // Match release exactly to version.
3030$ plugin ->requires = 2021051701 ;
3131$ plugin ->supported = [311 , 401 ];
3232$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments