We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843aa48 commit 431e8adCopy full SHA for 431e8ad
.github/workflows/auto-release.yaml
@@ -23,7 +23,7 @@ jobs:
23
id: check-changes
24
run: |
25
if [[ ${{ steps.changed-files.outputs.only_modified }} == true ]]; then
26
- echo "files_with_url_changes_count=$(git diff ${{github.event.before}} ${{github.sha}} --name-only -G https:// | wc -l)" >> "$GITHUB_OUTPUT"
+ echo "files_with_url_changes_count=$(git diff ${{github.event.before}} ${{github.sha}} --name-only -G https:// acestream_search/common/constants.py | wc -l)" >> "$GITHUB_OUTPUT"
27
else
28
echo "files_with_url_changes_count=0" >> "$GITHUB_OUTPUT"
29
fi
0 commit comments