Skip to content

Commit e32e043

Browse files
committed
wip: remove old CI
1 parent 44fa7cf commit e32e043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
required: true
1212
SOMETHING_ELSE:
1313
type: string
14+
ANOTHERTHING:
15+
type: string
1416
secrets:
1517
GH_TOKEN:
1618
required: true
@@ -45,6 +47,7 @@ jobs:
4547
run: |
4648
echo SOMETHING_ELSE: "${{ inputs.SOMETHING_ELSE }}"
4749
echo DEPLOY_SECRETS: "${{ inputs.DEPLOY_SECRETS }}"
50+
echo ANOTHERTHING:: "${{ inputs.ANOTHERTHING }}"
4851
4952
# # Lint the code
5053
# feature-lint:

0 commit comments

Comments
 (0)