From 5bf0481bb0da9eba358cce57ca3e3734c6a15cdb Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 18 Feb 2022 17:19:45 -0500 Subject: [PATCH] rename lol! --- .github/workflows/learn-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/learn-github-actions.yml b/.github/workflows/learn-github-actions.yml index 3015c0a23..e25458376 100644 --- a/.github/workflows/learn-github-actions.yml +++ b/.github/workflows/learn-github-actions.yml @@ -1,7 +1,7 @@ name: learn-github-actions on: [push] jobs: - check-bats-version: + create-nightly-linux: runs-on: ubuntu-latest steps: - uses: krdlab/setup-haxe@v1.1.6