Skip to content

Commit

Permalink
fix: INPUT missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehesi97 committed Mar 10, 2023
1 parent b4dadd1 commit 9152d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BRANCH_PROTECTION_CODE_OWNERS=$INPUT_BRANCH_PROTECTION_CODE_OWNERS
echo "BP: Code Owners : $BRANCH_PROTECTION_CODE_OWNERS"
BRANCH_PROTECTION_ENFORCE_ADMINS=$INPUT_BRANCH_PROTECTION_ENFORCE_ADMINS
echo "BP: Enforce Admins : $BRANCH_PROTECTION_ENFORCE_ADMINS"
BRANCH_PROTECTION_RESTRICT_PUSHES_TEAM_ALLOWED=$BRANCH_PROTECTION_RESTRICT_PUSHES_TEAM_ALLOWED
BRANCH_PROTECTION_RESTRICT_PUSHES_TEAM_ALLOWED=$INPUT_BRANCH_PROTECTION_RESTRICT_PUSHES_TEAM_ALLOWED
echo "BP: Team Allowed : $BRANCH_PROTECTION_RESTRICT_PUSHES_TEAM_ALLOWED"
GITHUB_TOKEN="$INPUT_TOKEN"
echo "---------------------------------------------"
Expand Down

0 comments on commit 9152d5c

Please sign in to comment.