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 d38172b commit 24d213dCopy full SHA for 24d213d
.github/actions/create-pr/entrypoint.sh
@@ -2,6 +2,8 @@
2
3
# set -eou pipefail
4
5
+git config --global --add safe.directory /github/workspace
6
+
7
# Create Pull Request (by default on current branch)
8
gh pr create \
9
--title "Release ${VERSION}" \
.github/actions/push-files/entrypoint.sh
set -eou pipefail
commit_single_file() {
# Commit to the branch
file="$1"
0 commit comments