diff --git a/.github/workflows/motoko-counter-example.yaml b/.github/workflows/motoko-counter-example.yaml index 9db86b532..562d7e181 100644 --- a/.github/workflows/motoko-counter-example.yaml +++ b/.github/workflows/motoko-counter-example.yaml @@ -15,8 +15,7 @@ jobs: pull-requests: read # Set job outputs to values from filter step outputs: - motoko-counter-example-darwin: ${{ steps.filter.outputs.sources }} - motoko-counter-example-linux: ${{ steps.filter.outputs.sources }} + sources: ${{ steps.filter.outputs.sources }} steps: # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@v3