Skip to content

Commit 4b3f81e

Browse files
committed
add param for forntend ref
1 parent 97a54fd commit 4b3f81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Checkout Frontend
1818
uses: actions/checkout@v4
1919
with:
20-
repository: '${{ secrets.FRONTEND_REPO }}'
20+
repository: '${{ vars.FRONTEND_REPO }}'
21+
ref: ${{ vars.FRONTEND_REF }}
2122
token: ${{ secrets.GITHUB_TOKEN }}
2223
path: 'frontend-code'
2324
# build frontend

0 commit comments

Comments
 (0)