mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-22 14:58:04 +08:00
Add docs and tests
This commit is contained in:
5
packages/cache/__tests__/__fixtures__/action.yml
vendored
Normal file
5
packages/cache/__tests__/__fixtures__/action.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
name: 'Set env variables'
|
||||
description: 'Sets certain env variables so that e2e restore and save cache can be tested in a shell'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
Reference in New Issue
Block a user