We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5c572 commit 70de9e0Copy full SHA for 70de9e0
.github/workflows/optimize-images.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Find changed image files
29
id: changed-files
30
- uses: tj-actions/changed-files@v41
+ uses: tj-actions/changed-files@v46
31
with:
32
files: |
33
sites/**/*.png
.github/workflows/pr-url-and-dependent.yaml
@@ -109,7 +109,7 @@ jobs:
109
- name: Get changed files
110
if: steps.get_env_url.outputs.env_status == 'success'
111
112
113
114
sha: ${{ env.HEADSHA }}
115
base_sha: ${{ env.BASESHA }}
0 commit comments