From daddbd4030513565677a56f3d8efc608cdb006dc Mon Sep 17 00:00:00 2001 From: Ryan Dale Date: Sat, 17 Feb 2024 16:41:03 -0500 Subject: [PATCH] TIL GHA expressions work in comments --- .github/workflows/build-images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index c3e4e065f1..f154bc3289 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -64,9 +64,9 @@ jobs: # generic_build.bash will write key=val lines to the log ($TYPE.log); # these lines are added to $GITHUB_OUTPUT so that later steps can use - # ${{ steps..outputs.key }} to get the value. See - # generic_build.bash for what it's writing to the log (and therefore - # which keys are available via the step's outputs). + # steps.id.outputs.key to get the value. See generic_build.bash for + # what it's writing to the log (and therefore which keys are available + # via the step's outputs). cat "base-debian.log" >> $GITHUB_OUTPUT # Here, and in the subsequent steps that also push images, a repository