Skip to content

Commit 61a225f

Browse files
compare_script_to_course.yml: Hardcode URL + pull_request
1 parent 0195f71 commit 61a225f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/compare_script_to_course.yml

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

33
on:
4+
pull_request:
45
workflow_dispatch:
56
inputs:
67
text_url:
@@ -23,7 +24,7 @@ jobs:
2324

2425
- name: Download remote text file
2526
run: |
26-
curl -L "${{ github.event.inputs.text_url }}" -o remote.txt
27+
curl -L https://gist.githubusercontent.com/joshuacwnewton/3c554bf27111cf0020e5c124b66448c4/raw/ff08cbcf7738941008eca0fa54e024d98eea24e8/gistfile1.txt -o remote.txt
2728
echo "✅ Downloaded remote file:"
2829
wc -l remote.txt
2930

0 commit comments

Comments
 (0)