Skip to content

Workflow file for this run

name: Enviroment variables
on: push
jobs:
run:
runs-on: ubuntu-latest
env:
BRANCH: main
steps:
- run: echo "${BRANCH}"
- uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH }}