Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent 4ad430c commit f048da3
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 @@ -16,7 +16,7 @@ jobs:
name: Get changed files

outputs:
modified_modules: ${{ steps.report_changes.outputs.modified_modules }}
modified_modules: ${{ steps.report-changes.outputs.modified_modules }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Sanity check
run: |
echo 1 ${{ steps.report_changes.outputs.modified_modules }}
echo 1 ${{ steps.report-changes.outputs.modified_modules }}
setup-environment:
name: Setup environment
Expand Down

0 comments on commit f048da3

Please sign in to comment.