Skip to content

Commit

Permalink
ci: fix changes output
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Sep 13, 2024
1 parent 331c7db commit 6956a2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
changes:
runs-on: ubuntu-latest
outputs:
src: ${{ steps.changes.outputs.src }}
infra: ${{ steps.changes.outputs.infra }}
nixos-configuration: ${{ steps.changes.outputs.nixos-configuration }}
home-configuration: ${{ steps.changes.outputs.home-configuration }}
installer-yubikey: ${{ steps.changes.outputs.installer-yubikey }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
Expand Down

0 comments on commit 6956a2b

Please sign in to comment.