File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979 verify-reproducibility :
8080 needs : [ deploy-snapshot, deploy-release ]
8181 if : ${{ always() && (needs.deploy-snapshot.result == 'success' || needs.deploy-release.result == 'success') }}
82- name : " Verify reproducibility (` ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }}` )"
82+ name : " verify- reproducibility (${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }})"
8383 uses : apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@feature/reproducibility-check
8484 with :
8585 nexus-url : ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || needs.deploy-snapshot.outputs.nexus-url }}
9090 integration-test :
9191 needs : [ deploy-snapshot, deploy-release ]
9292 if : ${{ always() && (needs.deploy-snapshot.result == 'success' || needs.deploy-release.result == 'success') }}
93- name : " Integration tests (` ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }}` )"
93+ name : " integration-test ( ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }})"
9494 uses : apache/logging-log4j-samples/.github/workflows/integration-test.yaml@main
9595 with :
9696 log4j-version : ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }}
You can’t perform that action at this time.
0 commit comments