Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-hydraulic authored Mar 8, 2023
1 parent 8bbb989 commit 3d67ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
echo "Missing required input: agree_to_license"
exit 1
fi
if [ "${{ runner.os }}" != "linux" ]; then
if [ "${{ runner.os }}" != "Linux" ]; then
echo "This action must be run in a Linux runner"
exit 1
fi
Expand Down

0 comments on commit 3d67ef7

Please sign in to comment.