Skip to content

Commit

Permalink
Auto Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlukus authored and github-actions[bot] committed Oct 14, 2024
1 parent 4b7eb25 commit 3526dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 3526dcc

Please sign in to comment.