Skip to content

Commit 45fa607

Browse files
committed
trying to fix style action error
1 parent 184e14e commit 45fa607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/style.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
git config --local user.email "[email protected]"
8080
git commit ${FILES_TO_COMMIT[*]} -m "Style code (GHA)"
8181
git pull --ff-only origin "${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
82-
git push origin
82+
git push origin HEAD:"${GITHUB_HEAD_REF}"
8383
else
8484
echo "No changes to commit."
8585
fi

Diff for: R/zzz.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ text_col <- function(x) {
2121
crayon::blue$underline$bold("https://SticsRPacks.github.io/SticsOnR")
2222
))
2323
)
24-
}
24+
}

0 commit comments

Comments
 (0)