8000 Fix bug in directory action (#29) · TheAlgorithms/scripts@cbc710e · GitHub
[go: up one dir, main page]

Skip to content

Commit cbc710e

Browse files
authored
Fix bug in directory action (#29)
This is a patch to issue #27 To test this I need to whip up something
1 parent f5dfb90 commit cbc710e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

directory_md/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
# If branch exists, change to that branch to prevent multiple committing/PR creation.
4343
git checkout ${{ inputs.branch-name }} || true
4444
45-
python build_directory_md.py ${{ inputs.language }} ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignored-directories }} ${{ inputs.ignore-folders-children }} > DIRECTORY.md
45+
python ./build_directory_md.py ${{ inputs.language }} ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignored-directories }} ${{ inputs.ignore-folders-children }} > DIRECTORY.md
4646
- name: Creating a branch
4747
shell: bash
4848
run: |

0 commit comments

Comments
 (0)
0