Skip to content

Commit

Permalink
ci: polish up
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jul 6, 2024
1 parent 75c40ef commit b4da388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-volar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'volarjs/volar.js'
fetch-depth: 0
Expand All @@ -20,6 +20,7 @@ jobs:
id: check_changes
run: |
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")
echo "file_changed=${CHANGED}"
echo "file_changed=${CHANGED}" >> $GITHUB_OUTPUT
- name: Create issue if runTsc.ts changed
Expand Down

0 comments on commit b4da388

Please sign in to comment.