We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compare_script_to_course.yml
pull_request
1 parent 0195f71 commit 61a225fCopy full SHA for 61a225f
1 file changed
.github/workflows/compare_script_to_course.yml
@@ -1,6 +1,7 @@
1
name: Compare SCT Commands
2
3
on:
4
+ pull_request:
5
workflow_dispatch:
6
inputs:
7
text_url:
@@ -23,7 +24,7 @@ jobs:
23
24
25
- name: Download remote text file
26
run: |
- 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
28
echo "✅ Downloaded remote file:"
29
wc -l remote.txt
30
0 commit comments