output string instead of boolean
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s
This commit is contained in:
parent
969ef37864
commit
567d159ae3
@ -20,7 +20,7 @@ jobs:
|
||||
diff:
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
is_changed: ${{ steps.changed-files-specific.outputs.any_changed == 'true' }}
|
||||
is_changed: ${{ steps.changed-files-specific.outputs.any_changed }}
|
||||
|
||||
steps:
|
||||
- name: Echo test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user