File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 echo "FACULTY=$(jq -r .faculty workshop_config.json)" >> $GITHUB_ENV
3030
3131 # Check the key variable and set a true/false output for the next steps
32- if [[ "$(jq -r .workshop_code workshop_config.json)" == "ENTER_WORKSHOP_CODE_HERE " ]]; then
32+ if [[ "$(jq -r .workshop_code workshop_config.json)" == "Workshop Code (e.g. INR_Mon-2510) " ]]; then
3333 echo "is_configured=false" >> $GITHUB_OUTPUT
3434 echo "Configuration not complete. Halting."
3535 else
Original file line number Diff line number Diff line change 11{
2- "workshop_code" : " Workshop Code (e.g. INR_Mon2510 )" ,
2+ "workshop_code" : " Workshop Code (e.g. INR_Mon-2510 )" ,
33 "workshop_name" : " Enter Full Workshop Name Here (e.g. Introduction to R)" ,
44 "year" : " Enter Year Here" ,
55 "url" : " https://bioinformatics.ca/workshop/url" ,
You can’t perform that action at this time.
0 commit comments