From 11b54a0f8837c569d83924995a566faffb602a38 Mon Sep 17 00:00:00 2001 From: Ruben Rebelo <39693995+RubenRebeloo@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:50:58 +0100 Subject: [PATCH] Fix typo on ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35310ff..2cbddf7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: checkout branch - - uses: actions/checkout@v3 + uses: actions/checkout@v3 - name: Make envfile uses: SpicyPizza/create-envfile@v2.0