Skip to content

Commit

Permalink
Fix bug in directory action (#29)
Browse files Browse the repository at this point in the history
This is a patch to issue #27

To test this I need to whip up something
  • Loading branch information
tjgurwara99 committed Jul 3, 2023
1 parent f5dfb90 commit cbc710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion directory_md/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
# If branch exists, change to that branch to prevent multiple committing/PR creation.
git checkout ${{ inputs.branch-name }} || true
python build_directory_md.py ${{ inputs.language }} ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignored-directories }} ${{ inputs.ignore-folders-children }} > DIRECTORY.md
python ./build_directory_md.py ${{ inputs.language }} ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignored-directories }} ${{ inputs.ignore-folders-children }} > DIRECTORY.md
- name: Creating a branch
shell: bash
run: |
Expand Down

0 comments on commit cbc710e

Please sign in to comment.