We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855768b commit 527d3abCopy full SHA for 527d3ab
.github/workflows/scripts.tests.yml
@@ -79,5 +79,6 @@ jobs:
79
REF=$(git-ref)
80
echo "Current ref: $REF" >> $GITHUB_STEP_SUMMARY
81
if [[ "$REF" != "${{ github.head_ref }}" ]]; then
82
+ echo "Output of git-ref script ($REF) does not match github.head_ref (${{ github.head_ref }})
83
exit 1;
84
fi
0 commit comments