fix(workflows): added test workflow to check workflow variable (remove later)
This commit is contained in:
parent
3b09bba38e
commit
d70d1cb132
1 changed files with 10 additions and 0 deletions
10
.gitea/workflows/ManualVarCheck.yaml
Normal file
10
.gitea/workflows/ManualVarCheck.yaml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue