Skip to content

Commit 074d3cb

Browse files
committed
Switch to global title
1 parent 8129b55 commit 074d3cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/universal_workflow_light.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 }}-${{steps.rt.outputs.runscript_suffix }}
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'

.github/workflows/universal_workflow_light.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 }}-${{steps.rt.outputs.runscript_suffix }}
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

Comments
 (0)