diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30d045367..5b1fa7af6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Use the value id: step_two run: | - printf '%s\n' "$action_state" # This will output 'yellow' + $action_state # This will output 'yellow' (will it though) # - name: Build project # run: dotnet build -bl:build.binlog --configuration Release