forked from mirrors/probot
Rename .env.sample to .env.example
This commit is contained in:
parent
5347692cfa
commit
45762c4874
|
@ -1,4 +1,3 @@
|
|||
# The ID of your GitHub integration
|
||||
INTEGRATION_ID=
|
||||
|
||||
WEBHOOK_SECRET=development
|
|
@ -5,4 +5,4 @@ set -e
|
|||
npm install
|
||||
|
||||
# Copy .env template
|
||||
[[ -f .env ]] || cp .env.sample .env
|
||||
[[ -f .env ]] || cp .env.example .env
|
||||
|
|
Loading…
Reference in New Issue