Skip to content

catenv

catenv #1

Workflow file for this run

name: catenv
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: set-env
run: echo $ENV > .env
- name: get-env
run: cat .env