Use correct yaml multiline 🤦

main
Dan Buch 2 years ago
parent e592640fdb
commit e7f3925a5a
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -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"

Loading…
Cancel
Save