Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martimlobao committed Nov 8, 2024
1 parent f751641 commit 0f8f327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
env:
BRANCH: ${{ github.head_ref }}
run: |
bash <(curl -L https://raw.githubusercontent.com/martimlobao/dotfiles/feat/bootstrap-ci/bootstrap.sh) -- -b "${BRANCH}" -y
curl -L https://raw.githubusercontent.com/martimlobao/dotfiles/feat/bootstrap-ci/bootstrap.sh | bash -s -- -b "${BRANCH}" -y

Check failure on line 21 in .github/workflows/bootstrap.yaml

View check run for this annotation

Trunk.io / Trunk Check

yamllint(line-length)

[new] line too long (134 > 120 characters)

Check failure on line 21 in .github/workflows/bootstrap.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

21:121 [line-length] line too long (134 > 120 characters)

0 comments on commit 0f8f327

Please sign in to comment.