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 e1c1432 commit 45e3862Copy full SHA for 45e3862
.github/workflows/publish-theme.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Check changes in theme
25
id: changed-theme-files
26
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@v45
27
with:
28
since_last_remote_commit: "true"
29
files: |
.github/workflows/test.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Get changed files
43
id: changed-files
44
- uses: tj-actions/changed-files@v44.5.7
45
46
47
**/*.md
.github/workflows/vale.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
**/*.{md,mdx}
0 commit comments