Skip to content

Commit 1f48cd0

Browse files
committed
remove debug step
1 parent 03b5e25 commit 1f48cd0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ runs:
1616
shell: bash -l {0}
1717
run: |
1818
python -m pip install -r requirements.txt
19-
- name: input paths
20-
shell: bash -l {0}
21-
run: |
22-
echo "${{ inputs.environment-paths }}"
23-
echo "${{ fromJSON(inputs.environment-paths) }}"
2419
- name: analyze environments
2520
shell: bash -l {0}
2621
run: |

0 commit comments

Comments
 (0)