From 6de3459bc81ddbc104a4a98f6bb2492dc14f9159 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 13 Feb 2023 19:29:58 -0800 Subject: [PATCH] .github/workflows: fix typo Signed-off-by: David Anderson --- .github/workflows/{update-flakes.yml => update-flake.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{update-flakes.yml => update-flake.yml} (96%) diff --git a/.github/workflows/update-flakes.yml b/.github/workflows/update-flake.yml similarity index 96% rename from .github/workflows/update-flakes.yml rename to .github/workflows/update-flake.yml index 0e0133eb1..fdffdf62a 100644 --- a/.github/workflows/update-flakes.yml +++ b/.github/workflows/update-flake.yml @@ -1,4 +1,4 @@ -name: update-flakes +name: update-flake on: # run action when a change lands in the main branch which updates go.mod. Also @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3 - name: Run update-flakes - run: ./update-flakes.sh + run: ./update-flake.sh - name: Get access token uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.6.0