Skip to content

Commit

Permalink
Fix missing version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Oct 1, 2024
1 parent 3554024 commit 8d95153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
determine_changed_files:
name: Determine Changed Files
uses: openwrt/actions-shared-workflows/.github/workflows/reusable_determine_changed_files.yml
uses: openwrt/actions-shared-workflows/.github/workflows/reusable_determine_changed_files.yml@main

determine_targets:
name: Set targets
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
determine_changed_packages:
name: Determine Changed Packages
needs: determine_changed_files
uses: openwrt/actions-shared-workflows/.github/workflows/reusable_determine_changed_packages.yml
uses: openwrt/actions-shared-workflows/.github/workflows/reusable_determine_changed_packages.yml@main
with:
all_changed_files: ${{ needs.determine_changed_files.outputs.all_changed_files }}

Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
fail-fast: False
matrix:
include: ${{fromJson(needs.determine_targets.outputs.targets)}}
uses: openwrt/actions-shared-workflows/.github/workflows/reusable_check-kernel-patches.yml
uses: openwrt/actions-shared-workflows/.github/workflows/reusable_check-kernel-patches.yml@main
with:
target: ${{ matrix.target }}
subtarget: ${{ matrix.subtarget }}
Expand Down

0 comments on commit 8d95153

Please sign in to comment.