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 }}