diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 80e1eec..1efa1b1 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -14,7 +14,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: +build: name: something # The type of runner that the job will run on runs-on: ubuntu-latest