From 8d3e546644ed8d030711cf0f0b09f7790384d4e2 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 9 Sep 2024 13:22:46 -0400 Subject: [PATCH] fix: now --tty-disable is set so the action can complete instead of hanging --- .github/workflows/pizza.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pizza.yml b/.github/workflows/pizza.yml index d4661f2..aa0b863 100644 --- a/.github/workflows/pizza.yml +++ b/.github/workflows/pizza.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Pizza Action - uses: open-sauced/pizza-action@v2.0.0 + uses: open-sauced/pizza-action@v2.1.0 with: commit-and-pr: "true"