We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184e14e commit 45fa607Copy full SHA for 45fa607
.github/workflows/style.yaml
@@ -79,7 +79,7 @@ jobs:
79
git config --local user.email "[email protected]"
80
git commit ${FILES_TO_COMMIT[*]} -m "Style code (GHA)"
81
git pull --ff-only origin "${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
82
- git push origin
+ git push origin HEAD:"${GITHUB_HEAD_REF}"
83
else
84
echo "No changes to commit."
85
fi
R/zzz.R
@@ -21,4 +21,4 @@ text_col <- function(x) {
21
crayon::blue$underline$bold("https://SticsRPacks.github.io/SticsOnR")
22
))
23
)
24
-}
+}
0 commit comments