Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 20, 2024
1 parent b91ff9f commit cac55cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
ROBOT_TOKEN: ${{ secrets.ROBOT_TOKEN }}
run: git config --global url."https://percona-platform-robot:${ROBOT_TOKEN}@github.com".insteadOf "https://github.com"

- name: Check out frontend repo
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
lfs: true
ref: 'main'
token: ${{ secrets.ROBOT_TOKEN }}

- uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit cac55cc

Please sign in to comment.