We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a773c09 commit dbd5a64Copy full SHA for dbd5a64
distributeApp.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
set -e
3
4
-// this line added to fix dubious ownership in repository at ‘/github/workspace’ error
+# this line added to fix dubious ownership in repository at ‘/github/workspace’ error
5
sh -c "git config --global --add safe.directory $PWD"
6
7
if [[ -z ${INPUT_RELEASE_NOTES} ]]; then
0 commit comments