Skip to content

Commit 256f7fa

Browse files
committed
Updated workflow
1 parent cb40b83 commit 256f7fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/black.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
exit 0
4545
fi
4646
git commit -m "Auto-format code with Black and isort"
47-
git push origin HEAD
47+
git push origin $GITHUB_HEAD_REF
48+
4849
4950
validate-version:
5051
name: Validate Version

0 commit comments

Comments
 (0)