Skip to content

Commit

Permalink
make main branch explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed May 21, 2024
1 parent 72e8fce commit 6d05dfe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git fetch --unshallow
git fetch --force --tags
git fetch --force
with:
fetch-depth: 0

Check failure on line 15 in .github/workflows/e2e-tests.yml

View workflow job for this annotation

GitHub Actions / lint / yamllint

15:10 [indentation] wrong indentation: expected 10 but found 9
ref: main
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
Expand Down

0 comments on commit 6d05dfe

Please sign in to comment.