Skip to content

Commit 40d5bd4

Browse files
committed
wip: remove old CI
1 parent e6cf42d commit 40d5bd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
APP_NAME:
77
type: string
88
required: true
9+
VAR1:
10+
type: string
911
secrets:
1012
GH_TOKEN:
1113
required: true
@@ -42,6 +44,8 @@ jobs:
4244
steps:
4345
- name: Debug Something
4446
run: |
47+
echo VAR1: "${{ inputs.VAR1 }}"
48+
4549
echo ANOTHERTHING: "${{secrets.ANOTHERTHING}}"
4650
4751
echo DEPLOY_SECRETS: "${{ secrets.DEPLOY_SECRETS }}"

0 commit comments

Comments
 (0)