Skip to content

Commit

Permalink
try to fix changes output
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kononenko committed Oct 28, 2024
1 parent c320e63 commit 94e34d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-tidal-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 94e34d9

Please sign in to comment.