We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53665c3 commit b3860c4Copy full SHA for b3860c4
2 files changed
.github/workflows/compare_script_to_course.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Download remote text file
31
run: |
32
- # curl -L https://gist.githubusercontent.com/joshuacwnewton/3c554bf27111cf0020e5c124b66448c4/raw/ff08cbcf7738941008eca0fa54e024d98eea24e8/gistfile1.txt -o remote.txt
+ curl -L https://gist.githubusercontent.com/joshuacwnewton/3c554bf27111cf0020e5c124b66448c4/raw/ff08cbcf7738941008eca0fa54e024d98eea24e8/gistfile1.txt -o remote.txt
33
echo "✅ Downloaded remote file:"
34
wc -l remote.txt
35
0 commit comments