gha: Add checkout step

This commit is contained in:
peaceiris 2019-12-08 17:35:21 +09:00
parent 3514e583e0
commit dbec91074d

View File

@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- run: | - run: |
IMAGE_LIST=$(curl -sL https://github.com/${GITHUB_REPOSITORY} | \ IMAGE_LIST=$(curl -sL https://github.com/${GITHUB_REPOSITORY} | \
grep -oE '<img src="https?://camo.githubusercontent.com/[^"]+' | \ grep -oE '<img src="https?://camo.githubusercontent.com/[^"]+' | \