File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change <
8000
td data-grid-cell-id="diff-a4fd919a3036280c49cb471278430a861604bea6c1039a932c7081b9689b6b25-30-30-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">30
30
- name : Set up Python
31
31
uses : actions/setup-python@v4
32
32
with :
33
- python-version : ' 3.x'
33
+ python-version : " 3.x"
34
34
- name : Setup Git configurations
35
35
shell : bash
36
36
run : |
42
42
# If branch exists, change to that branch to prevent multiple committing/PR creation.
43
43
git checkout ${{ inputs.branch-name }} || true
44
44
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
46
46
- name : Creating a branch
47
47
shell : bash
48
48
run : |
Original file line number Diff line number Diff line change 25
25
- name : Running the formatter
26
26
shell : bash
27
27
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 }}
29
29
- name : Committing changes
30
30
shell : bash
31
31
run : |
You can’t perform that action at this time.
0 commit comments