From 1b8c3564075e475ec3c882fa68877004613e04d1 Mon Sep 17 00:00:00 2001 From: mandibles232 Date: Sat, 21 Oct 2023 11:58:32 -0400 Subject: [PATCH] Update gobuild.yml --- .github/workflows/gobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gobuild.yml b/.github/workflows/gobuild.yml index 83374eb53..d8312ee63 100644 --- a/.github/workflows/gobuild.yml +++ b/.github/workflows/gobuild.yml @@ -87,7 +87,7 @@ jobs: - name: Read File and Set as Environment Variable run: | - file_content=$(cat dockerhub-image-label.txt)) + file_content=$(cat dockerhub-image-label.txt) echo "FILE_CONTENT1=$file_content" >> $GITHUB_ENV - name: Use Environment Variable