We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dfcb0 commit 1977979Copy full SHA for 1977979
.github/workflows/build_py_tools.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout repository
17
uses: actions/checkout@v3
18
with:
19
- fetch-depth: 2
+ fetch-depth: 1
20
ref: ${{ github.event.pull_request.head.ref }}
21
- name: Verify Python Tools Changed
22
uses: tj-actions/changed-files@v36
@@ -25,6 +25,7 @@ jobs:
25
files: |
26
tools/get.py
27
- name: List all changed files
28
+ shell: bash
29
run: |
30
for file in ${{ steps.verify-changed-files.outputs.all_changed_files }}; do
31
echo "$file was changed"
@@ -64,6 +65,7 @@ jobs:
64
65
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi"
66
steps:
67
68
69
70
for file in ${{ needs.find-changed-tools.outputs.all_changed_files }}; do
71
0 commit comments