fix(workflows): added test workflow to check workflow variable (remove later)

This commit is contained in:
Fishandchips321 2026-02-20 19:10:03 +00:00
parent 3b09bba38e
commit d70d1cb132

View file

@ -0,0 +1,10 @@
name: Var Check
run-name: ${{ gitea.actor }} checked the value of the variables
on: workflow_dispatch
jobs:
echo-vars:
runs-on: ubuntu-latest
steps:
- name: Echo branch var
run: echo ${{ vars.BRANCH }}