Update main.yml

This commit is contained in:
2020-04-13 08:51:23 -04:00
committed by GitHub
parent c0b59199f0
commit 9267bfd854

View File

@@ -24,7 +24,7 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
run: pwd
# Runs a set of commands using the runners shell
- name: Run a multi-line script