Skip to content

Commit

Permalink
Update validate_secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
billybooth authored Feb 13, 2024
1 parent 9a37bbe commit 034ab05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ jobs:
fi
ls -la
find / -name match_version.txt
# Exit unsuccessfully if secret validation failed.
if [ $failed ]; then
Expand Down

0 comments on commit 034ab05

Please sign in to comment.