Skip to content

Commit e7f3925

Browse files
committed
Use correct yaml multiline 🤦
1 parent e592640 commit e7f3925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v3
7878

7979
- name: Install Dependencies
80-
run: >
80+
run: |
8181
mkdir -p "${GITHUB_WORKSPACE}/.local/bin"
8282
curl -fsSL -o "${GITHUB_WORKSPACE}/.local/bin/gfmrun" "https://github.com/urfave/gfmrun/releases/download/v1.3.0/gfmrun-$(go env GOOS)-$(go env GOARCH)-v1.3.0"
8383
chmod +x "${GITHUB_WORKSPACE}/.local/bin/gfmrun"

0 commit comments

Comments
 (0)