Fix: workflow action/checkout

This commit is contained in:
alstjr7375 2021-06-09 10:23:55 +09:00
parent eb682809c8
commit b982c1859b

View file

@ -15,7 +15,8 @@ jobs:
branch: "photon-style"
steps:
- uses: actions/checkout@v2
ref: ${{ matrix.branch }}
with:
ref: ${{ matrix.branch }}
- name: Release Structure
run: |