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 9abf79f commit 632b4a3Copy full SHA for 632b4a3
update-checker.sh
@@ -2,6 +2,8 @@
2
3
set -e
4
5
+git config --global --add safe.directory /github/workspace
6
+
7
function reset_to_master() {
8
current_branch="$(git rev-parse --abbrev-ref HEAD)"
9
0 commit comments