Skip to content

Commit 8010f9d

Browse files
committed
Remove parameters not defined in referenced workflow
1 parent b0b3a9f commit 8010f9d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ jobs:
9898
uses: ./.github/workflows/stage-3-build.yaml
9999
if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
100100
with:
101-
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
102-
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"
103-
build_epoch: "${{ needs.metadata.outputs.build_epoch }}"
104-
nodejs_version: "${{ needs.metadata.outputs.nodejs_version }}"
105-
python_version: "${{ needs.metadata.outputs.python_version }}"
106-
terraform_version: "${{ needs.metadata.outputs.terraform_version }}"
107-
version: "${{ needs.metadata.outputs.version }}"
108-
109101
docker_compose_file_csv_list: project-compose.yaml
110102
excluded_containers_csv_list: exclude-service-1,exclude-service-2
111103
environment_tag: ${{ needs.metadata.outputs.environment_tag }}

0 commit comments

Comments
 (0)