Skip to content

Commit

Permalink
Fix REPORT_NEOFS_URL
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Oct 23, 2023
1 parent c736518 commit 703975e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ inputs:
outputs:
REPORT_NEOFS_URL:
description: Container URL
value: ${{ steps.gh_push_to_neofs.outputs.OUTPUT_CONTAINER_URL }}
value: ${{ steps.gh_push_to_neofs.outputs.OUTPUT_CONTAINER_URL }}/${{ github.run_number }}-$TIMESTAMP
COMBINED_REPORT_DIR:
description: Path to the directory with the combined Allure report and zip attachments
value: ${{ steps.set_report_dir.outputs.REPORT_DIR }}
Expand Down

0 comments on commit 703975e

Please sign in to comment.