We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c57d0 commit f0f2cb6Copy full SHA for f0f2cb6
.github/workflows/ci.yml
@@ -3,12 +3,12 @@ on: [push, pull_request]
3
4
jobs:
5
ci:
6
- runs-on: localrunner
7
- steps:
8
- - uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9
- with:
10
- moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
11
- disable_behat: false
12
- disable_grunt: false
13
- release_branches: main
14
- min_php: '7.4'
+ uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
+ with:
+ moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
+ disable_behat: false
+ disable_grunt: false
+ release_branches: main
+ min_php: '7.4'
+ secrets:
0 commit comments