Skip to content

Commit ddf4782

Browse files
committed
wip: remove old CI
1 parent 5bce0d0 commit ddf4782

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
DEPLOY_SECRETS:
1010
type: string
1111
required: true
12+
SOMETHING_ELSE:
13+
type: string
1214
secrets:
1315
GH_TOKEN:
1416
required: true
@@ -97,7 +99,8 @@ jobs:
9799
path: ./public
98100
- name: Debug Something
99101
run: |
100-
echo "${{ inputs.DEPLOY_SECRETS }}"
102+
echo SOMETHING_ELSE: "${{ inputs.SOMETHING_ELSE }}"
103+
echo DEPLOY_SECRETS: "${{ inputs.DEPLOY_SECRETS }}"
101104
- name: Setup Deploy Secrets
102105
run: |
103106
echo "${{ inputs.DEPLOY_SECRETS }}" | jq -r 'to_entries | .[] | "\(.key)=\(.value)"' >> $GITHUB_ENV

0 commit comments

Comments
 (0)