mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-19 17:49:04 +00:00
gha: Fix one liner
This commit is contained in:
parent
dbec91074d
commit
817fe3379a
@ -15,7 +15,4 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- run: |
|
||||
IMAGE_LIST=$(curl -sL https://github.com/${GITHUB_REPOSITORY} | \
|
||||
grep -oE '<img src="https?://camo.githubusercontent.com/[^"]+' | \
|
||||
sed -e 's/<img src="//')
|
||||
echo ${IMAGE_LIST} | xargs -I % curl -sX PURGE %
|
||||
curl -sL https://github.com/${GITHUB_REPOSITORY} | grep -oE '<img src="https?://camo.githubusercontent.com/[^"]+' | sed -e 's/<img src="//' | xargs -I % curl -sX PURGE %
|
||||
|
Loading…
x
Reference in New Issue
Block a user