Skip to content

Commit

Permalink
Fix typo in reference to step output
Browse files Browse the repository at this point in the history
I renamed the references, but missed this one.

actionlint would have caught this.
  • Loading branch information
iainelder committed Jul 3, 2024
1 parent a06e815 commit ed1573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get changed installer names
id: dirs
env:
CHANGED_FILES: ${{steps.changed-installers.outputs.all_changed_files}}
CHANGED_FILES: ${{steps.files.outputs.all_changed_files}}
run: |
{
printf "changed_installers="
Expand Down

0 comments on commit ed1573f

Please sign in to comment.