chore: Update matrix-config.yml to include database options for MySQL… #13
This file contains 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: Custom JS Action Workflow | |
on: [push] | |
jobs: | |
run-custom-js-action: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v2 | |
- name: Run Custom JavaScript Action | |
uses: timothywarner/actions-cert-prep/custom_js_action@main | |
with: | |
who-to-greet: 'GitHub Actions User' | |
- name: Run Custom Docker Action | |
uses: timothywarner/actions-cert-prep/custom_docker_action@main |