Skip to content

Test env context

Test env context #9

Workflow file for this run

name: Test env context
on:
workflow_dispatch:
inputs:
ref:
type: string
default: main
description: "The branch, tag, or SHA to checkout"
jobs:
run:
name: Test env context
runs-on: ubuntu-latest
steps:
- name: test env context
run: |
test=1
echo "env.test: ${{ env.test }}"