Skip to content

Update test.yaml

Update test.yaml #2

Workflow file for this run

name: My workflow
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get branch name
run: echo "Branch name: ${{ github.workflow.branch }}"

Check failure on line 11 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11