Skip to content

Commit 76bcfa9

Browse files
committed
drop unused github action input
1 parent 15b7b91 commit 76bcfa9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ingest_library_compare.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
dataset:
88
description: "Name of the dataset (required)"
99
required: true
10-
schema_name:
11-
description: "Schema name where to store data tables (required)"
12-
required: true
1310
version:
1411
description: "The version of the dataset (i.e. 22v2, 21C) if needed (optional)"
1512
required: false
@@ -35,7 +32,6 @@ jobs:
3532
shell: bash
3633
env:
3734
TEMPLATE_DIR: ./ingest_templates
38-
BUILD_NAME: ${{ inputs.schema_name }}
3935
RECIPES_BUCKET: edm-recipes
4036
PUBLISHING_BUCKET: edm-publishing
4137
steps:

0 commit comments

Comments
 (0)