File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 - name : Set up Python
3131 uses : actions/setup-python@v4
3232 with :
33- python-version : ' 3.x'
33+ python-version : " 3.x"
3434 - name : Setup Git configurations
3535 shell : bash
3636 run : |
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 ${{ github.action_path }} /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 : |
Original file line number Diff line number Diff line change 2525 - name : Running the formatter
2626 shell : bash
2727 run : |
28- filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
28+ ${{ github.action_path }}/ filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
2929 - name : Committing changes
3030 shell : bash
3131 run : |
You can’t perform that action at this time.
0 commit comments