Skip to content

Commit

Permalink
Use correct yaml multiline 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed May 19, 2022
1 parent e592640 commit e7f3925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Dependencies
run: >
run: |
mkdir -p "${GITHUB_WORKSPACE}/.local/bin"
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"
chmod +x "${GITHUB_WORKSPACE}/.local/bin/gfmrun"
Expand Down

0 comments on commit e7f3925

Please sign in to comment.