mirror of https://github.com/actions/toolkit
5 lines
170 B
YAML
5 lines
170 B
YAML
|
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'
|