Skip to content

Commit

Permalink
fix typo (abcxyz#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 authored and verbanicm committed Jun 7, 2023
1 parent 5eb3191 commit f66e159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
FILE_PATH: '${{ github.workspace }}/iam.yaml'
run: |
if [ -f "test-iam.yaml" ]; then
if [ -f "iam.yaml" ]; then
aod iam validate -path $FILE_PATH
else
echo "::notice title=IAM Request Validation::Skip because iam.yaml is not found"
Expand Down

0 comments on commit f66e159

Please sign in to comment.