From a351d353bc0d6b0f737f789a0c2953e2531ed92d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 24 Mar 2020 19:30:50 -0700 Subject: [PATCH] Fixed typo in GitHub Action configuration, refs #705 --- .github/workflows/deploy-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index c3ac7e7e..33490972 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -6,7 +6,7 @@ on: - master jobs: - deloy: + deploy: runs-on: ubuntu-latest steps: - name: Check out datasette