Skip to content

Commit

Permalink
Merge pull request #4 from vvarg229/fix-debug
Browse files Browse the repository at this point in the history
Remove Checkout step
  • Loading branch information
roman-khimov authored Jan 22, 2024
2 parents c1a6ff5 + ebb51b4 commit 3828787
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ runs:
run: |
echo "NEOFS_ATTRIBUTES=RunNumber=${{ github.run_number }}-$TIMESTAMP,Type=neofs_test_files" >> $GITHUB_ENV
- name: Checkout gh-push-to-neofs
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -150,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 3828787

Please sign in to comment.