Skip to content

Commit

Permalink
Merge pull request #4 from freshactions/GitTagIssueFix
Browse files Browse the repository at this point in the history
Typo workspace name in Tag IssueFix PR
  • Loading branch information
mohideenibrahim08 authored Apr 20, 2022
2 parents 4bf826b + e260d63 commit 5b6852c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ suffix=${PRERELEASE_SUFFIX:-beta}
verbose=${VERBOSE:-true}

# fix for fatal: unsafe repository ('/github/workspace')
git config --global --add safe.directory /github/workspaces
git config --global --add safe.directory /github/workspace

cd ${GITHUB_WORKSPACE}/${source}

Expand Down

0 comments on commit 5b6852c

Please sign in to comment.