From 4a305cf6d60c29249500ed8c5e01daa161ae65df Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Wed, 29 Jun 2022 11:04:26 -0400 Subject: [PATCH] removed dashes from name --- .github/workflows/00-basic.yml | 2 +- .github/workflows/00a-basic-filters.yml | 2 +- .github/workflows/01-basic-multiple-jobs.yml | 2 +- .github/workflows/02-basic-multiple-jobs-needs.yml | 2 +- .github/workflows/03-steps.yml | 2 +- .github/workflows/04-environment-variables.yaml | 2 +- .github/workflows/04-environment-variables2.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/00-basic.yml b/.github/workflows/00-basic.yml index 332ad12..9ca9d1b 100644 --- a/.github/workflows/00-basic.yml +++ b/.github/workflows/00-basic.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: 00-Basic Workflow +name: 00 Basic Workflow # Controls when the workflow will run on: [push, pull_request, workflow_dispatch] diff --git a/.github/workflows/00a-basic-filters.yml b/.github/workflows/00a-basic-filters.yml index 0284d2e..003e0b4 100644 --- a/.github/workflows/00a-basic-filters.yml +++ b/.github/workflows/00a-basic-filters.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: 00-Basic Workflow +name: 00 Basic Workflow # Controls when the workflow will run on: diff --git a/.github/workflows/01-basic-multiple-jobs.yml b/.github/workflows/01-basic-multiple-jobs.yml index 06a44f5..c4563bb 100644 --- a/.github/workflows/01-basic-multiple-jobs.yml +++ b/.github/workflows/01-basic-multiple-jobs.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: 01-Basic Workflow with Multiple Jobs +name: 01 Basic Workflow with Multiple Jobs # Controls when the workflow will run on: diff --git a/.github/workflows/02-basic-multiple-jobs-needs.yml b/.github/workflows/02-basic-multiple-jobs-needs.yml index 4375e39..337e066 100644 --- a/.github/workflows/02-basic-multiple-jobs-needs.yml +++ b/.github/workflows/02-basic-multiple-jobs-needs.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: 02-Basic Dependencies +name: 02 Basic Dependencies # Controls when the workflow will run on: diff --git a/.github/workflows/03-steps.yml b/.github/workflows/03-steps.yml index 19dc10e..e98dca1 100644 --- a/.github/workflows/03-steps.yml +++ b/.github/workflows/03-steps.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: 03-Steps +name: 03 Steps # Controls when the workflow will run on: diff --git a/.github/workflows/04-environment-variables.yaml b/.github/workflows/04-environment-variables.yaml index 17a2be2..5551db7 100644 --- a/.github/workflows/04-environment-variables.yaml +++ b/.github/workflows/04-environment-variables.yaml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: 04-Variables +name: 04 Variables # Controls when the workflow will run on: diff --git a/.github/workflows/04-environment-variables2.yaml b/.github/workflows/04-environment-variables2.yaml index 2fdd538..c76f0b6 100644 --- a/.github/workflows/04-environment-variables2.yaml +++ b/.github/workflows/04-environment-variables2.yaml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: 04-Variable Hierarchy +name: 04 Variable Hierarchy # Controls when the workflow will run on: