Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Jan 17, 2024
1 parent 3d0bdea commit cc58b6b
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 @@ -154,7 +154,7 @@ runs:
ls -lah "$ALLURE_GENERATED_DIR"
sudo chmod -R a+rw "$ALLURE_GENERATED_DIR"
sudo mkdir -p "$ALLURE_RESULTS_DIR"
sudo mkdir -p "$allure-history"
sudo mkdir -p "allure-history"
sudo chmod -R a+rw "$ALLURE_RESULTS_DIR"
Expand Down

0 comments on commit cc58b6b

Please sign in to comment.