@@ -327,13 +327,13 @@ jobs:
327327 docker_login : ${{ steps.iltp.outputs.install_docker_login }}
328328 docker_user : ${{ secrets.DOCKER_HUB_USER }}
329329 docker_token : ${{ secrets.DOCKER_HUB_TOKEN }}
330- # Deprecated, use git_sdk_repository instead. This will be removed in in v5
330+ # Deprecated, use git_sdk_repository instead. This will be removed in v5
331331 git_sdk_url : ${{ steps.iltp.outputs.install_git_sdk_url }}
332332 git_sdk_repository : ${{ steps.iltp.outputs.install_git_sdk_repository }}
333333 git_sdk_ref : ${{ steps.iltp.outputs.install_git_sdk_ref }}
334- # Deprecated, use git_repository instead. This will be removed in in v5
334+ # Deprecated, use git_repository instead. This will be removed in v5
335335 git_shop_url : ${{ steps.iltp.outputs.install_git_shop_url }}
336- # Deprecated, use git_ref instead. This will be removed in in v5
336+ # Deprecated, use git_ref instead. This will be removed in v5
337337 git_shop_ref : ${{ steps.iltp.outputs.install_git_shop_ref }}
338338 git_repository : ${{ steps.iltp.outputs.install_git_repository }}
339339 git_ref : ${{ steps.iltp.outputs.install_git_ref }}
@@ -844,7 +844,7 @@ jobs:
844844 debug : ${{ needs.init.outputs.debug }}
845845
846846 - name : ' Modify composer.json'
847- # Also run this if there is a transformation but composer_early is set to 'skip'
847+ # Also run this if there is a transformation, but composer_early is set to 'skip'
848848 if : ${{ steps.rt.outputs.runscript_composer_transform != '' && steps.rt.outputs.runscript_composer_early != 'true' }}
849849 uses : ' OXID-eSales/github-actions/composer_merge@v4'
850850 with :
@@ -1276,7 +1276,7 @@ jobs:
12761276 uses : ' OXID-eSales/github-actions/actionlint@v4'
12771277 with :
12781278 custom_config : ${{ needs.init.outputs.actionlint_custom_config }}
1279- output_artifact_prefix : ${{ needs.init.outputs.actionlint_output_artifact_prefix }}
1279+ output_artifact_prefix : ${{ needs.init.outputs.actionlint_output_artifact_prefix }}-${{ needs.init.outputs.global_title }}
12801280 output_path : ${{ needs.init.outputs.actionlint_output_path }}
12811281
12821282 - name : ' Write actionlint Report'
0 commit comments