Skip to content

Commit

Permalink
john
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jun 8, 2024
1 parent 303b6cc commit 82fad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
set -e
if [[ "${{ env.AUTHOR_IS_IGNORED }}" == "true" ]]
then
echo "${{ format('PR author {0} is not allowed to create Lagoon environments. Skipping deployment...', env.PR_AUTHOR) }}"
echo "${{ format('PR author {0} is not allowed to create Lagoon environments. Skipping deployment...', env.PR_AUTHOR) }}" >> $GITHUB_SUMMARY
exit 1
fi
if: ${{ vars.IGNORED_PR_AUTHORS }}
Expand Down

0 comments on commit 82fad5b

Please sign in to comment.