From f4d33d742f66a45631393d00afb40130731550f4 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Wed, 10 Mar 2021 21:38:06 -0800 Subject: [PATCH] Fix the Toast branch name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8636e0d..ec3e558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: username: stephanmisc password: ${{ secrets.DOCKER_PASSWORD }} if: github.event_name == 'push' - - uses: stepchowfun/toast/.github/actions/toast@master + - uses: stepchowfun/toast/.github/actions/toast@main with: tasks: build check test lint run release repo: stephanmisc/toast