1
0
Fork 0
toolkit/packages/cache/__tests__/__fixtures__/action.yml

5 lines
170 B
YAML
Raw Normal View History

2020-05-07 19:03:20 +00:00
name: 'Set env variables'
description: 'Sets certain env variables so that e2e restore and save cache can be tested in a shell'
runs:
2022-12-08 16:44:27 +00:00
using: 'node16'
2020-05-07 19:03:20 +00:00
main: 'index.js'