mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-31 09:10:15 +00:00
Fix docstring-labeler.yml workflow (#4307)
This commit is contained in:
parent
ae04ce3c6a
commit
90da7bf4f8
4
.github/workflows/docstring-labeler.yml
vendored
4
.github/workflows/docstring-labeler.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Get docstrings
|
||||
id: base-docstrings
|
||||
run: |
|
||||
CHECKSUM=$(python "${{ runner.temp }}/docstrings_checksum.py" --root "${{ env.GITHUB_WORKSPACE }}")
|
||||
CHECKSUM=$(python "${{ runner.temp }}/docstrings_checksum.py" --root "${{ github.workspace }}")
|
||||
echo "checksum=$CHECKSUM" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Checkout HEAD commit
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Get docstrings
|
||||
id: head-docstrings
|
||||
run: |
|
||||
CHECKSUM=$(python "${{ runner.temp }}/docstrings_checksum.py" --root "${{ env.GITHUB_WORKSPACE }}")
|
||||
CHECKSUM=$(python "${{ runner.temp }}/docstrings_checksum.py" --root "${{ github.workspace }}")
|
||||
echo "checksum=$CHECKSUM" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Check if we should label
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user