Check potentially missing files #1946
-
I want to create a reusable workflow which can be used in repos that may or may not contain file - uses: tj-actions/changed-files@v42
id: changed-files
with:
files: foo
- id: check-foo
if: steps.changed-files.outputs.any_changed == 'true'
run: ... |
Beta Was this translation helpful? Give feedback.
Answered by
jackton1
Feb 20, 2024
Replies: 1 comment
-
HI @ObserverOfTime, yes this is correct |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jackton1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI @ObserverOfTime, yes this is correct