From b36bef659f5fe5c5c68890c42b7ebea42e9f8fc4 Mon Sep 17 00:00:00 2001 From: fred-gagnon <61014947+fred-gagnon@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:41:53 -0400 Subject: [PATCH] Update reusable.yml --- .github/workflows/reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index 9473c55..0b88955 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -28,4 +28,4 @@ jobs: id: time shell: bash run: | - echo "time=$(date)" >> GITHUB_OUTPUT + echo "time=$(date)" >> $GITHUB_OUTPUT