8000
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 75c40ef commit b4da388Copy full SHA for b4da388
.github/workflows/sync-volar.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
with:
16
repository: 'volarjs/volar.js'
17
fetch-depth: 0
@@ -20,6 +20,7 @@ jobs:
20
id: check_changes
21
run: |
22
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}"
24
echo "file_changed=${CHANGED}" >> $GITHUB_OUTPUT
25
26
- name: Create issue if runTsc.ts changed
0 commit comments