Update .github/workflows/scrape.yml
All checks were successful
Scrape / scrape (push) Successful in 29s
All checks were successful
Scrape / scrape (push) Successful in 29s
This commit is contained in:
parent
19c17251df
commit
5bb60557d3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scrape.yml
vendored
1
.github/workflows/scrape.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Create scrape.sh if it doesn't exist
|
- name: Create scrape.sh if it doesn't exist
|
||||||
run: |
|
run: |
|
||||||
|
chmod +x download.sh
|
||||||
if [ ! -f "scrape.sh" ]; then
|
if [ ! -f "scrape.sh" ]; then
|
||||||
echo '#!/bin/bash' > scrape.sh
|
echo '#!/bin/bash' > scrape.sh
|
||||||
if [[ "$REPO_DESC" == http://* ]] || [[ "$REPO_DESC" == https://* ]]; then
|
if [[ "$REPO_DESC" == http://* ]] || [[ "$REPO_DESC" == https://* ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue