Skip to content

Commit

Permalink
try cache
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 24, 2024
1 parent 39c4dd1 commit eb58b76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Write dummy file and save cache if needed
if: steps.cache.outputs.cache-hit != 'true'
run: |
mkdir -p foo/bin
echo "Dummy file created at $(date)" > foo/bin/dummy.txt
echo "Cache updated"
Expand Down
Empty file removed foo/bin/keep
Empty file.
2 changes: 1 addition & 1 deletion foo/src/input.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
foo new asdfasdf
foo new asdfasdfasdfads

0 comments on commit eb58b76

Please sign in to comment.