Skip to content

Commit

Permalink
Merge pull request #6 from datakrama/bugfix/path
Browse files Browse the repository at this point in the history
fix(bash): .git folder
  • Loading branch information
heyhusen authored Oct 26, 2021
2 parents 87fb26e + 1081616 commit 3747c6e
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 @@ -6,7 +6,7 @@ echo "::group::Copying file from $WORKPATH to /tmp/gh-action"
WORKPATH=$GITHUB_WORKSPACE/$INPUT_PATH
# Set path permision
sudo -u builder mkdir /tmp/gh-action
sudo -u builder cp -rfv "$WORKPATH"/.git /tmp/gh-action/.git
sudo -u builder cp -rfv "$GITHUB_WORKSPACE"/.git /tmp/gh-action/.git
sudo -u builder cp -fv "$WORKPATH"/PKGBUILD /tmp/gh-action/PKGBUILD
cd /tmp/gh-action
echo "::endgroup::"
Expand Down

0 comments on commit 3747c6e

Please sign in to comment.