From 94fb886abb9b7e7874a38791f4fe043b975789bf Mon Sep 17 00:00:00 2001 From: e-belfer Date: Tue, 13 Aug 2024 11:28:49 -0400 Subject: [PATCH] Update string format --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b12bae5180..00e05f2290 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: run: echo '${{ toJSON(github) }}' - name: test-conditional if: github.repository != 'catalyst-cooperative/pudl' - run: echo 'I'm a fork!' + run: echo "I'm a fork!" # build-distribution: # name: Build catalystcoop.pudl distribution for PyPI # runs-on: ubuntu-latest