From 4970254322bb61ea32783a8842b65000e84fa1e4 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Fri, 26 Jan 2024 15:49:27 -0800 Subject: [PATCH] fix output name --- .github/workflows/motoko-counter-example.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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