From 506069cb96b4dc25732ea488b9eb7cda35da7720 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 00:07:07 +0800 Subject: [PATCH] chore: update --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d2c00d..26a3981 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - run: | echo "testinput: ${{ github.event.inputs.testinput }}" - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3 # This is the action + - uses: akhileshns/heroku-deploy@v3.6.8 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: ${{secrets.APP_NAME}} #Must be unique in Heroku