Skip to content

Commit dbd5a64

Browse files
Update distributeApp.sh
1 parent a773c09 commit dbd5a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributeApp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
// this line added to fix dubious ownership in repository at ‘/github/workspace’ error
4+
# this line added to fix dubious ownership in repository at ‘/github/workspace’ error
55
sh -c "git config --global --add safe.directory $PWD"
66

77
if [[ -z ${INPUT_RELEASE_NOTES} ]]; then

0 commit comments

Comments
 (0)