Skip to content

Print Env Vars

Print Env Vars #1

Workflow file for this run

name: Print Env Vars
on:
workflow_dispatch:
jobs:
print-env-vars:
runs-on: ubuntu-latest
steps:
- name: Print Environment Variables
run: env