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 6c97931 commit 553a8c3Copy full SHA for 553a8c3
.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.changes.outputs.sources == 'true' && steps.changes.outputs.docs == 'false' }}
+ changed: ${{ steps.changes.outputs.sources == 'true' && steps.changes.outputs.docs == 'false' }}
34
steps:
35
- uses: dorny/paths-filter@v2
36
id: changes
0 commit comments