Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko authored Sep 21, 2023
1 parent 95b231a commit b04c866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rc_rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check out Everest frontend
uses: actions/checkout@v4
with:
ref: $ {{ env.RELEASE_BRANCH_NAME }}
ref: ${{ env.RELEASE_BRANCH_NAME }}
path: percona-everest-frontend
token: ${{ secrets.ROBOT_TOKEN }}

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v4
with:
path: ./backend
ref: $ {{ env.RELEASE_BRANCH_NAME }}
ref: ${{ env.RELEASE_BRANCH_NAME }}
token: ${{ secrets.ROBOT_TOKEN }}

- name: Embed Everest Frontend app into backend
Expand Down

0 comments on commit b04c866

Please sign in to comment.