Update the crucible values to use the new version of the moodle helm chart #165
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: License Header Check | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| header-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check Headers | |
| uses: cmu-sei/Crucible-Github-Actions/actions/[email protected] | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |