Use correct yaml multiline 🤦
This commit is contained in:
parent
e592640fdb
commit
e7f3925a5a
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: >
|
run: |
|
||||||
mkdir -p "${GITHUB_WORKSPACE}/.local/bin"
|
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"
|
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"
|
chmod +x "${GITHUB_WORKSPACE}/.local/bin/gfmrun"
|
||||||
|
Loading…
Reference in New Issue
Block a user