Replace job expression context with vars
Changes
This change updates how job variables are accessed in the step-runner system. Previously, users had to reference job variables using ${{ job.VAR_NAME }}, but now they must use the ${{ vars.VAR_NAME }} syntax instead. The old job. syntax still works as a fallback for backward compatibility.
Reference
Resolves issue Replace the job context with vars (#304 - closed).
Edited by Cameron Swords