From dd284ad4986a2b47a318a213ec42795ca86e7dfb Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sun, 17 Nov 2024 11:48:41 -0500 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e63a3ad..21bd4da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - name: Clone FyeNNa + - name: Clone RoseNNa uses: actions/checkout@v3 # Runs a single command using the runners shell