output string instead of boolean
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s

This commit is contained in:
Martin Dimitrov 2025-10-15 18:50:42 -07:00
parent 969ef37864
commit 567d159ae3

View File

@ -20,7 +20,7 @@ jobs:
diff: diff:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
outputs: outputs:
is_changed: ${{ steps.changed-files-specific.outputs.any_changed == 'true' }} is_changed: ${{ steps.changed-files-specific.outputs.any_changed }}
steps: steps:
- name: Echo test - name: Echo test