mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-12 01:41:04 -07:00
Fix: workflow action/checkout
This commit is contained in:
parent
eb682809c8
commit
b982c1859b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -15,7 +15,8 @@ jobs:
|
|||
branch: "photon-style"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
ref: ${{ matrix.branch }}
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
|
||||
- name: Release Structure
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue