You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Created a private '${{ github.repository_owner }}/Loop-Match-Secrets' repository."
88
88
else
89
89
failed=true
90
-
echo "::error::Unable to create a private '${{ github.repository_owner }}/Trio-Match-Secrets' repository. Create a private 'Match-Secrets' repository manually and try again. If a private 'Match-Secrets' repository already exists, verify that the token permissions of the GH_PAT are set correctly (or update them) at https://github.com/settings/tokens and try again."
90
+
echo "::error::Unable to create a private '${{ github.repository_owner }}/Loop-Match-Secrets' repository. Create a private 'Match-Secrets' repository manually and try again. If a private 'Match-Secrets' repository already exists, verify that the token permissions of the GH_PAT are set correctly (or update them) at https://github.com/settings/tokens and try again."
91
91
fi
92
92
# Otherwise, if a Match-Secrets repository exists, but it is public, cause validation to fail.
93
93
elif [[ "$visibility" == "public" ]]; then
94
94
failed=true
95
-
echo "::error::A '${{ github.repository_owner }}/Trio-Match-Secrets' repository was found, but it is public. Change the repository visibility to private (or delete it) and try again. If necessary, a private repository will be created for you."
95
+
echo "::error::A '${{ github.repository_owner }}/Loop-Match-Secrets' repository was found, but it is public. Change the repository visibility to private (or delete it) and try again. If necessary, a private repository will be created for you."
96
96
else
97
-
echo "Found a private '${{ github.repository_owner }}/Trio-Match-Secrets' repository to use."
97
+
echo "Found a private '${{ github.repository_owner }}/Loop-Match-Secrets' repository to use."
98
98
fi
99
99
100
100
# Exit unsuccessfully if secret validation failed.
0 commit comments