Fix invalid conditional in workflow (#2871)

This commit is contained in:
Josh Mock
2025-06-11 14:59:05 -05:00
committed by GitHub
parent a78c3b1ca2
commit 38e77afb29

View File

@ -16,7 +16,7 @@ jobs:
name: Detect files changed
runs-on: ubuntu-latest
outputs:
src-only: "${{ steps.changes.outputs.src-only }}"
src: "${{ steps.changes.outputs.src }}"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with: