GrantBirki / actions-sandbox

A sandbox repo for testing GitHub Actions
0 stars 1 forks source link

test #93

Closed GrantBirki closed 9 months ago

github-actions[bot] commented 11 months ago

🔒 Deployment Lock Claimed

You are now the only user that can trigger deployments to the production environment until the deployment lock is removed

This lock is sticky and will persist until someone runs .unlock production

GrantBirki commented 11 months ago

.wcid

github-actions[bot] commented 11 months ago

Missing Explicit Environment

Suggestion

.wcid <environment>

Explanation

This style of command is known as a "naked command" and is not allowed based on your configuration. "Naked commands" are commands that do not explicitly specify an environment, for example .wcid would be a "naked command" whereas .wcid <environment> would not be.

View the documentation to learn more