Skip to content

Commit

Permalink
Remove unused env variables
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 06e9157 commit ebb51b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ runs:
shell: bash
env:
ALLURE_GENERATED_DIR: ${{ inputs.ALLURE_GENERATED_DIR }}
ALLURE_RESULTS_DIR: ${{ inputs.ALLURE_RESULTS_DIR }}
SERVER_JS_FILE: ${{ inputs.ALLURE_GENERATED_DIR }}/server.js
INDEX_HTML_FILE: ${{ inputs.ALLURE_GENERATED_DIR }}/index.html
run: |
sudo chmod -R a+rw "$ALLURE_GENERATED_DIR"
Expand Down

0 comments on commit ebb51b4

Please sign in to comment.