New workflow

This commit is contained in:
Jean-Marie Renouard 2022-04-04 02:32:15 +02:00
parent 77b313bf92
commit 606c09e3bc

View file

@ -27,7 +27,7 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run a one-line script - name: Run a one-line script
run: echo Hello, world! run: perl ./mysqltuner.pl --help
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Run a multi-line script - name: Run a multi-line script