Skip to content

Commit

Permalink
remove extra file
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJenicek committed Oct 10, 2024
1 parent 49b3584 commit a08a597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3,207 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
echo "Changed files:"
cat changed_files.txt
# Save the changed files to an output to be used later
echo "::set-output name=files::$(cat changed_files.txt | tr '\n' ' ')"
echo "::set-output name=dirs::$(cat changed_files.txt | xargs -n 1 dirname | sort -u | tr '\n' ' ')"
echo "::set-output name=files::$(cat changed_files.txt | tr '\n' ' ' | sed -e 's/\ *$//g')"
echo "::set-output name=dirs::$(cat changed_files.txt | xargs -n 1 dirname | sort -u | tr '\n' ' ' | sed -e 's/\:wq *$//g')"
rm changed_files.txt
- name: Merge request and responses
run: |
echo ${{ steps.changes.outputs.files }}
Expand Down
Loading

0 comments on commit a08a597

Please sign in to comment.