From b982c1859b79eb5458700e6a0ccfbe834e1248dc Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 9 Jun 2021 10:23:55 +0900 Subject: [PATCH] Fix: workflow action/checkout --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0f6896..9b1fa9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,8 @@ jobs: branch: "photon-style" steps: - uses: actions/checkout@v2 - ref: ${{ matrix.branch }} + with: + ref: ${{ matrix.branch }} - name: Release Structure run: |