From 94e34d9bf13321036b5949f65de504e25a643f59 Mon Sep 17 00:00:00 2001 From: Evgenii Kononenko Date: Mon, 28 Oct 2024 13:38:21 +0100 Subject: [PATCH] try to fix changes output --- .github/workflows/generate-tidal-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-tidal-api.yml b/.github/workflows/generate-tidal-api.yml index e4dc1113..e100d624 100644 --- a/.github/workflows/generate-tidal-api.yml +++ b/.github/workflows/generate-tidal-api.yml @@ -35,7 +35,7 @@ jobs: cd ./Sources/TidalAPI/ changes="$(git status -s Generated)" echo "changes=$changes" - [ -n "$changes" ] && echo "changes_detected=true" || echo "changes_detected=false" + [ -n "$changes" ] && "changes_detected=true" || "changes_detected=false" { "changes=$changes" "changes_detected=$changes_detected"