Skip to content

Commit 1977979

Browse files
committed
Update build_py_tools.yml
1 parent a5dfcb0 commit 1977979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v3
1818
with:
19-
fetch-depth: 2
19+
fetch-depth: 1
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- name: Verify Python Tools Changed
2222
uses: tj-actions/changed-files@v36
@@ -25,6 +25,7 @@ jobs:
2525
files: |
2626
tools/get.py
2727
- name: List all changed files
28+
shell: bash
2829
run: |
2930
for file in ${{ steps.verify-changed-files.outputs.all_changed_files }}; do
3031
echo "$file was changed"
@@ -64,6 +65,7 @@ jobs:
6465
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi"
6566
steps:
6667
- name: List all changed files
68+
shell: bash
6769
run: |
6870
for file in ${{ needs.find-changed-tools.outputs.all_changed_files }}; do
6971
echo "$file was changed"

0 commit comments

Comments
 (0)