Skip to content

Commit

Permalink
fixup! ci: include render-issues option
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Nov 14, 2024
1 parent c5673a1 commit 6e05857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
mkdir -p build/patches
touch build/patches/.keep
git diff || :
git add "data/${major_version}"
git add "data/${major_version}" rendered
if git diff-index --quiet HEAD ${{ inputs.changed-files }}; then
echo "Nothing to do"
exit
Expand Down

0 comments on commit 6e05857

Please sign in to comment.