diff --git a/{{cookiecutter.project_name}}/.github/workflows/ci.yml b/{{cookiecutter.project_name}}/.github/workflows/ci.yml index 51a02ad..bd2ce72 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/ci.yml @@ -96,5 +96,5 @@ jobs: if: failure() with: name: screenshots - path: {{ "${{ github.workspace }}/tmp/screenshots" }} + path: ${{ github.workspace }}/tmp/screenshots if-no-files-found: ignore diff --git a/{{cookiecutter.project_name}}/Gemfile.lock b/{{cookiecutter.project_name}}/Gemfile.lock index 158a61b..4dfa84f 100644 --- a/{{cookiecutter.project_name}}/Gemfile.lock +++ b/{{cookiecutter.project_name}}/Gemfile.lock @@ -133,7 +133,7 @@ GEM mini_mime (1.1.5) minitest (5.25.1) mysql2 (0.5.6) - net-imap (0.4.16) + net-imap (0.4.17) date net-protocol net-pop (0.1.2) @@ -151,7 +151,7 @@ GEM stringio public_suffix (6.0.1) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0)