Skip to content

Commit 59e5ec7

Browse files
fix v2
1 parent fe5de43 commit 59e5ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/setup-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

workshop_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

0 commit comments

Comments
 (0)