We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2259260 commit d38e36dCopy full SHA for d38e36d
.github/workflows/scrape.yml
@@ -24,7 +24,7 @@ jobs:
24
if [[ "$REPO_DESC" == http://* ]] || [[ "$REPO_DESC" == https://* ]]; then
25
echo "./download.sh '$REPO_DESC'" >> scrape.sh
26
else
27
- echo "# ./download.sh 'https://www.example.com/'"" >> scrape.sh
+ echo "# ./download.sh 'https://www.example.com/'" >> scrape.sh
28
fi
29
chmod +x scrape.sh
30
echo "Created scrape.sh"
0 commit comments