Skip to content

Commit 6f3a27b

Browse files
committed
wip: remove old CI
1 parent e32e043 commit 6f3a27b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/application-js-cloudflare-feature.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
DEPLOY_SECRETS:
1010
type: string
1111
required: true
12-
SOMETHING_ELSE:
13-
type: string
14-
ANOTHERTHING:
15-
type: string
1612
secrets:
1713
GH_TOKEN:
1814
required: true
@@ -46,8 +42,6 @@ jobs:
4642
- name: Debug Something
4743
run: |
4844
echo SOMETHING_ELSE: "${{ inputs.SOMETHING_ELSE }}"
49-
echo DEPLOY_SECRETS: "${{ inputs.DEPLOY_SECRETS }}"
50-
echo ANOTHERTHING:: "${{ inputs.ANOTHERTHING }}"
5145
5246
# # Lint the code
5347
# feature-lint:

0 commit comments

Comments
 (0)