8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dfb90 commit cbc710eCopy full SHA for cbc710e
directory_md/action.yml
@@ -42,7 +42,7 @@ runs:
42
# If branch exists, change to that branch to prevent multiple committing/PR creation.
43
git checkout ${{ inputs.branch-name }} || true
44
45
- 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
46
- name: Creating a branch
47
shell: bash
48
run: |
0 commit comments