Skip to content

Commit 8f9734d

Browse files
committed
remove environment from inputs
1 parent e82442f commit 8f9734d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Deploy to Cloudflare Pages
22
on:
33
push:
44
workflow_dispatch:
5-
inputs:
6-
environment:
7-
description: "Choose an environment to deploy to: <dev|staging|prod>"
8-
required: true
9-
default: "dev"
105

116
jobs:
127
deploy:

0 commit comments

Comments
 (0)