Skip to content

Commit 3c42572

Browse files
Revert "Temporarily commit course text to make testing easier"
This reverts commit 53665c3.
1 parent 53665c3 commit 3c42572

2 files changed

Lines changed: 1 addition & 3147 deletions

File tree

.github/workflows/compare_script_to_course.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Compare SCT Commands
22

33
on:
4-
pull_request:
54
workflow_dispatch:
65
inputs:
76
text_url:
@@ -29,7 +28,7 @@ jobs:
2928

3029
- name: Download remote text file
3130
run: |
32-
# curl -L https://gist.githubusercontent.com/joshuacwnewton/3c554bf27111cf0020e5c124b66448c4/raw/ff08cbcf7738941008eca0fa54e024d98eea24e8/gistfile1.txt -o remote.txt
31+
curl -L ${{ inputs.text_url }} -o remote.txt
3332
echo "✅ Downloaded remote file:"
3433
wc -l remote.txt
3534

0 commit comments

Comments
 (0)