Skip to content

Adding allll the files #1

Adding allll the files

Adding allll the files #1

Workflow file for this run

---
name: env
jobs:
show-env:
runs-on: ubuntu-latest
steps:
- name: Show the ENV var
run: echo "The ENV var is ${{ env.envi }}"