Update crawl.yml

This commit is contained in:
Guido García 2021-01-13 17:24:22 +01:00 committed by GitHub
parent 0552fea5ba
commit 9fb00a2fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,6 @@ jobs:
- name: Run a multi-line script
run: |
echo $GITHUB_WORKSPACE
cat $GITHUB_WORKSPACE/sites.txt
cat $GITHUB_WORKSPACE/sites.csv
echo Add other actions to build,
echo test, and deploy your project.