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 2fc2f60 commit 2aeca30Copy full SHA for 2aeca30
.github/workflows/test_new_action_based_on_dorny.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "GITHUB_BASE_REF = ${GITHUB_BASE_REF}"
41
echo $GITHUB_ENV
42
echo "git diff --no-renames --name-status ${GITHUB_BASE_REF}..HEAD"
43
- export CHANGED=$(git diff --no-renames --name-status -z origin/${GITHUB_BASE_REF}..HEAD)
+ export CHANGED=$(git diff --no-renames --name-status origin/${GITHUB_BASE_REF}..HEAD)
44
echo $CHANGED
45
#echo "CHANGED=${CHANGED}" >> $GITHUB_ENV
46
python .github/workflows/scripts/filter_git_diff.py
0 commit comments