File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments