From 8ce7268a82596f195f9f9b30a739827934931f96 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 3 Feb 2022 10:46:19 -0800 Subject: [PATCH] Update workflow files with names --- .github/workflows/{1-tbd.yml => 1-resolve-a-merge-conflict.yml} | 2 +- .github/workflows/{2-tbd.yml => 2-create-your-own-conflict.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{1-tbd.yml => 1-resolve-a-merge-conflict.yml} (97%) rename .github/workflows/{2-tbd.yml => 2-create-your-own-conflict.yml} (97%) diff --git a/.github/workflows/1-tbd.yml b/.github/workflows/1-resolve-a-merge-conflict.yml similarity index 97% rename from .github/workflows/1-tbd.yml rename to .github/workflows/1-resolve-a-merge-conflict.yml index 6cf0597..83e31ea 100644 --- a/.github/workflows/1-tbd.yml +++ b/.github/workflows/1-resolve-a-merge-conflict.yml @@ -1,4 +1,4 @@ -name: Step 1, TBD +name: Step 1, Resolve a merge conflict # This step triggers after TBD # This step sets STEP to 2 diff --git a/.github/workflows/2-tbd.yml b/.github/workflows/2-create-your-own-conflict.yml similarity index 97% rename from .github/workflows/2-tbd.yml rename to .github/workflows/2-create-your-own-conflict.yml index 4304f59..1b4fc70 100644 --- a/.github/workflows/2-tbd.yml +++ b/.github/workflows/2-create-your-own-conflict.yml @@ -1,4 +1,4 @@ -name: Step 2, TBD +name: Step 2, Create your own conflict # This step triggers after TBD # This step sets STEP to 3