Skip to content

Commit 03a997d

Browse files
authored
typo fixed in part11d.md
1 parent 4e5c04d commit 03a997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/11/en/part11d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
run: echo 'this step will not be executed'
301301

302302
job2:
303-
# this job will be dependent on the above env.CONDITION, not the `github.` prefix which seem to be required while referencing the variable on the job level, but not the step level
303+
# this job will be dependent on the above env.CONDITION, note the `github.` prefix which seem to be required while referencing the variable on the job level, but not the step level
304304
if: ${{ github.env.CONDITION == 'true' }}
305305
# rest of the job
306306
```

0 commit comments

Comments
 (0)