Skip to content

Commit

Permalink
fix output name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 26, 2024
1 parent 491c9ae commit 4970254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/motoko-counter-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4970254

Please sign in to comment.