We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00f4a9 commit c18a637Copy full SHA for c18a637
.github/workflows/stage-7-snapshot-test.yaml
@@ -106,6 +106,6 @@ jobs:
106
uses: actions/upload-artifact@v5
107
if: always()
108
with:
109
- name: playwright-report-snapshot-${{ steps.folder_name_value.outputs.current_datetime }}-${{ inputs.checkout_ref }}
+ name: playwright-report-snapshot-${{ inputs.release_name }}-${{ steps.folder_name_value.outputs.current_datetime }}-${{ inputs.checkout_ref }}
110
path: playwright-report/
111
retention-days: 30
0 commit comments