mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
5 lines
176 B
YAML
5 lines
176 B
YAML
name: 'Set env variables'
|
|
description: 'Sets certain env variables so that e2e artifact upload and download can be tested in a shell'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'index.js' |