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 97a43c1 commit bfeb789Copy full SHA for bfeb789
.github/workflows/code-check.yml
@@ -58,7 +58,7 @@ jobs:
58
# For pushes to main/master, compare against previous commit
59
BASE_COMMIT="HEAD~1"
60
echo "Push to main/master: Comparing against $BASE_COMMIT"
61
- else:
+ else
62
# For pushes to other branches, compare against master/main
63
if git rev-parse --verify origin/main >/dev/null 2>&1; then
64
BASE_COMMIT="origin/main"
0 commit comments