We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eee51 commit df0d52dCopy full SHA for df0d52d
.github/workflows/firestore.yml
@@ -30,7 +30,7 @@ jobs:
30
# Only when this is not a scheduled run
31
if: github.event_name != 'schedule'
32
outputs:
33
- changed: ${{ steps.firestore_src_changes.outputs.sources || steps.related_changes.outputs.other_changes }}
+ changed: ${{ steps.firestore_src_changes.outputs.sources == 'true' || steps.related_changes.outputs.other_changes == 'true' }}
34
steps:
35
- uses: dorny/[email protected]
36
id: firestore_src_changes
0 commit comments