Skip to content

Commit

Permalink
TST REMOVE CHMOD
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Jan 21, 2024
1 parent ebb51b4 commit 278a5da
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,6 @@ runs:
allure_report: ${{ inputs.ALLURE_GENERATED_DIR }}
allure_history: allure-history

- name: Add write permission to the generated Allure report directory
shell: bash
env:
ALLURE_GENERATED_DIR: ${{ inputs.ALLURE_GENERATED_DIR }}
run: |
sudo chmod -R a+rw "$ALLURE_GENERATED_DIR"
- name: Create a directory tree for the generated Allure report
shell: bash
run: |
Expand Down

0 comments on commit 278a5da

Please sign in to comment.