Skip to content

Commit

Permalink
Second attempt at second bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jul 2, 2024
1 parent b0cd4a2 commit e0761ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log for GitHub Action Perl Dist::Zilla

## 0.5.3 2024-07-02 Maintenance release, update recommended

- Attempting to correct a second bug (second attempt) by changing to `/tmp/` as build directory.

## 0.5.2 2024-07-02 Maintenance release, update recommended

- Attempting to correct a second bug (we got past the first one):
Expand Down
6 changes: 5 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ set -u

LINE='---------------------------------------------'

echo -e '\nExecuting dzil with the following arguments:\n'
mkdir .build

chown -R runner:runner .build/

echo -e '\nExecuting dzil with the following arguments in ${pwd}:\n'
echo $LINE
echo "$@"
echo -e "${LINE}\n"
Expand Down

0 comments on commit e0761ff

Please sign in to comment.