From 60bbb766e6d52d7b431abf3e55018d485343da73 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 1 Apr 2020 21:46:06 -0500 Subject: [PATCH] Use the master branch of the rollback action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b843ef1..78d2821 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Rollback Release if: success() && ${{ steps.autotagger.outputs.tagcreated }} = "yes" - uses: author/action-rollback@stable + uses: author/action-rollback@master with: tag: ${{ steps.autotagger.outputs.tagname }} env: @@ -49,7 +49,7 @@ jobs: - name: Rollback Release if: success() && ${{ steps.autotagger.outputs.tagcreated }} = "yes" - uses: author/action-rollback@stable + uses: author/action-rollback@master with: tag: ${{ steps.autotagger.outputs.tagname }} env: