Skip to content

Commit b4da388

Browse files
committed
ci: polish up
1 parent 75c40ef commit b4da388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/sync-volar.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
repository: 'volarjs/volar.js'
1717
fetch-depth: 0
@@ -20,6 +20,7 @@ jobs:
2020
id: check_changes
2121
run: |
2222
CHANGED=$(git log --name-only --since="24 hours ago" --pretty=format: | sort | uniq | grep -q "packages/typescript/lib/quickstart/runTsc.ts" && echo "true" || echo "false")
23+
echo "file_changed=${CHANGED}"
2324
echo "file_changed=${CHANGED}" >> $GITHUB_OUTPUT
2425
2526
- name: Create issue if runTsc.ts changed

0 commit comments

Comments
 (0)