Skip to content

Commit 06e9157

Browse files
committedJan 21, 2024
Remove Checkout step
Every time actions/checkout is used, all previous context is removed unless you specify a special flag: actions/checkout#1525 This causes a bug with empty allure report. This commit fixes this bug. Signed-off-by: Oleg Kulachenko <oleg@nspcc.ru>
1 parent c1a6ff5 commit 06e9157

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎action.yml

-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ runs:
8181
run: |
8282
echo "NEOFS_ATTRIBUTES=RunNumber=${{ github.run_number }}-$TIMESTAMP,Type=neofs_test_files" >> $GITHUB_ENV
8383
84-
- name: Checkout gh-push-to-neofs
85-
uses: actions/checkout@v4
86-
8784
- name: Set up Python
8885
uses: actions/setup-python@v4
8986
with:

0 commit comments

Comments
 (0)
Failed to load comments.