Skip to content

Commit

Permalink
typo in src
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent 23cb1bf commit 7896468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: changed-files-action
uses: tj-actions/changed-files@v42
with:
files: .src/action/**
files: src/action/**
if: steps.changed-files-specific.outputs.any_changed == 'true'
env:
CHANGED_MODULES: action
Expand All @@ -34,7 +34,7 @@ jobs:
id: changed-files-interfacing
uses: tj-actions/changed-files@v42
with:
files: .src/interfacing/**
files: src/interfacing/**
if: steps.changed-files-specific.outputs.any_changed == 'true'
env:
CHANGED_MODULES: "$CHANGED_MODULES interfacing"
Expand Down

0 comments on commit 7896468

Please sign in to comment.