Skip to content

Commit

Permalink
TIL GHA expressions work in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 17, 2024
1 parent ac3d8aa commit daddbd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.<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).
# 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
Expand Down

0 comments on commit daddbd4

Please sign in to comment.