Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thx #375

Closed
wants to merge 46 commits into from
Closed

Thx #375

wants to merge 46 commits into from

Conversation

MakotoGew
Copy link

No description provided.

@MakotoGew MakotoGew marked this pull request as ready for review December 20, 2024 12:44
@MakotoGew
Copy link
Author

_ No description provided. _

@MakotoGew MakotoGew closed this Dec 20, 2024
Signed-off-by: Gew <[email protected]>
- name: Install Dependencies
  run: npm install

Signed-off-by: Gew <[email protected]>
- name: Cache
  uses: actions/[email protected]
  with:
    # A list of files, directories, and wildcard patterns to cache and restore
    path: 
    # An explicit key for restoring and saving the cache
    key: 
    # An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.
    restore-keys: # optional
    # The chunk size used to split up large files during upload, in bytes
    upload-chunk-size: # optional
    # An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
    enableCrossOsArchive: # optional, default is false
    # Fail the workflow if cache entry is not found
    fail-on-cache-miss: # optional, default is false
    # Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache
    lookup-only: # optional, default is false
    # Run the post step to save the cache even if another step before fails
    save-always: # optional, default is false

Signed-off-by: Gew <[email protected]>
@MakotoGew MakotoGew reopened this Jan 6, 2025
@MakotoGew MakotoGew closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant