From 71673d42eb953462f4604e9dc9259e4fd53dcc3a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 29 May 2025 08:12:36 -1000 Subject: [PATCH] ;ci: fix step names breaking yaml --- .../workflows/_binaries-linux-arm64-stack.yml | 16 ++++++++-------- .github/workflows/_binaries-linux-arm64.yml | 4 ++-- .github/workflows/_binaries-linux-x64-stack.yml | 14 +++++++------- .github/workflows/_binaries-windows-arm64.yml | 14 +++++++------- .github/workflows/binaries-linux-x64.yml | 4 ++-- .github/workflows/binaries-mac-arm64.yml | 14 +++++++------- .github/workflows/binaries-mac-x64.yml | 14 +++++++------- .github/workflows/binaries-windows-x64.yml | 14 +++++++------- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/oldest.yml | 14 +++++++------- 10 files changed, 62 insertions(+), 62 deletions(-) diff --git a/.github/workflows/_binaries-linux-arm64-stack.yml b/.github/workflows/_binaries-linux-arm64-stack.yml index dbbb4d685..e30325bfe 100644 --- a/.github/workflows/_binaries-linux-arm64-stack.yml +++ b/.github/workflows/_binaries-linux-arm64-stack.yml @@ -31,7 +31,7 @@ jobs: # things to be cached/restored: - # - name: Cache: ghcup-installed tools + # - name: Cache - ghcup-installed tools # id: ghcup # uses: actions/cache@v4 # with: @@ -40,7 +40,7 @@ jobs: # restore-keys: | # ${{ runner.os }}-ghcup - - name: Cache: stack-installed programs in ~/.local/bin + - name: Cache - stack-installed programs in ~/.local/bin id: stack-programs uses: actions/cache@v4 with: @@ -49,7 +49,7 @@ jobs: restore-keys: | ${{ runner.os }}-aarch64-stack-programs - - name: Cache: stack global package db + - name: Cache - stack global package db id: stack-global uses: actions/cache@v4 with: @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-aarch64-stack-global - - name: Cache: .stack-work + - name: Cache - .stack-work uses: actions/cache@v4 with: path: .stack-work @@ -66,7 +66,7 @@ jobs: restore-keys: | ${{ runner.os }}-aarch64-stack-work - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -74,7 +74,7 @@ jobs: restore-keys: | ${{ runner.os }}-aarch64-hledger-lib-stack-work - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -82,7 +82,7 @@ jobs: restore-keys: | ${{ runner.os }}-aarch64-hledger-stack-work - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -90,7 +90,7 @@ jobs: restore-keys: | ${{ runner.os }}-aarch64-hledger-ui-stack-work - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work diff --git a/.github/workflows/_binaries-linux-arm64.yml b/.github/workflows/_binaries-linux-arm64.yml index d426da5d7..0faa39830 100644 --- a/.github/workflows/_binaries-linux-arm64.yml +++ b/.github/workflows/_binaries-linux-arm64.yml @@ -42,7 +42,7 @@ jobs: # things to be cached/restored: - - name: Cache: ghcup-installed tools + - name: Cache - ghcup-installed tools id: ghcup uses: actions/cache@v4 with: @@ -51,7 +51,7 @@ jobs: restore-keys: | ${{ runner.os }}-ghcup - - name: Cache: cabal-installed libs + - name: Cache - cabal-installed libs id: cabal uses: actions/cache@v4 with: diff --git a/.github/workflows/_binaries-linux-x64-stack.yml b/.github/workflows/_binaries-linux-x64-stack.yml index 4cedcdebe..710582a74 100644 --- a/.github/workflows/_binaries-linux-x64-stack.yml +++ b/.github/workflows/_binaries-linux-x64-stack.yml @@ -24,7 +24,7 @@ jobs: # things to be cached/restored: - - name: Cache: stack global package db + - name: Cache - stack global package db id: stack-global uses: actions/cache@v4 with: @@ -33,7 +33,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-global-20240417 - - name: Cache: stack-installed programs in ~/.local/bin + - name: Cache - stack-installed programs in ~/.local/bin id: stack-programs uses: actions/cache@v4 with: @@ -42,7 +42,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-programs-20240417 - - name: Cache: .stack-work + - name: Cache - .stack-work uses: actions/cache@v4 with: path: .stack-work @@ -50,7 +50,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-work-20240417 - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-lib-stack-work-20240417 - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -66,7 +66,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-stack-work-20240417 - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -74,7 +74,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-ui-stack-work-20240417 - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work diff --git a/.github/workflows/_binaries-windows-arm64.yml b/.github/workflows/_binaries-windows-arm64.yml index ef491bc10..d12ab4dbd 100644 --- a/.github/workflows/_binaries-windows-arm64.yml +++ b/.github/workflows/_binaries-windows-arm64.yml @@ -25,7 +25,7 @@ jobs: # caching - - name: Cache: stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2 + - name: Cache - stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2 id: stack-programs-dir uses: actions/cache@v4 with: @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-appdata-local-programs-stack - - name: Cache: stack global dir + - name: Cache - stack global dir id: stack-global-package-db uses: actions/cache@v4 with: @@ -45,7 +45,7 @@ jobs: restore-keys: | ${{ runner.os }}-appdata-roaming-stack - - name: Cache: ./.stack-work + - name: Cache - ./.stack-work uses: actions/cache@v4 with: path: .stack-work @@ -53,7 +53,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-work - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -61,7 +61,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-lib-stack-work - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -69,7 +69,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-stack-work - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -77,7 +77,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-ui-stack-work - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work diff --git a/.github/workflows/binaries-linux-x64.yml b/.github/workflows/binaries-linux-x64.yml index 45c855512..d6f5211c2 100644 --- a/.github/workflows/binaries-linux-x64.yml +++ b/.github/workflows/binaries-linux-x64.yml @@ -25,7 +25,7 @@ jobs: # things to be cached/restored (needs tar) - - name: Cache: ~/.ghcup + - name: Cache - ~/.ghcup id: ghcup uses: actions/cache@v4 with: @@ -34,7 +34,7 @@ jobs: restore-keys: | ${{ runner.os }}-ghcup - - name: Cache: ~/.cabal + - name: Cache - ~/.cabal id: cabal uses: actions/cache@v4 with: diff --git a/.github/workflows/binaries-mac-arm64.yml b/.github/workflows/binaries-mac-arm64.yml index 8824b38e8..265327bc9 100644 --- a/.github/workflows/binaries-mac-arm64.yml +++ b/.github/workflows/binaries-mac-arm64.yml @@ -32,7 +32,7 @@ jobs: # caching - - name: Cache: stack-installed ~/.local/bin + - name: Cache - stack-installed ~/.local/bin id: stack-programs uses: actions/cache@v4 with: @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-arm64-stack-programs - - name: Cache: ~/.stack + - name: Cache - ~/.stack id: stack-global uses: actions/cache@v4 with: @@ -50,7 +50,7 @@ jobs: restore-keys: | ${{ runner.os }}-arm64-stack-global - - name: Cache: ./.stack-work + - name: Cache - ./.stack-work uses: actions/cache@v4 with: path: .stack-work @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-arm64-stack-work - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -66,7 +66,7 @@ jobs: restore-keys: | ${{ runner.os }}-arm64-hledger-lib-stack-work - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -74,7 +74,7 @@ jobs: restore-keys: | ${{ runner.os }}-arm64-hledger-stack-work - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -82,7 +82,7 @@ jobs: restore-keys: | ${{ runner.os }}-arm64-hledger-ui-stack-work - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work diff --git a/.github/workflows/binaries-mac-x64.yml b/.github/workflows/binaries-mac-x64.yml index 4d6cf87fa..4e88a8c75 100644 --- a/.github/workflows/binaries-mac-x64.yml +++ b/.github/workflows/binaries-mac-x64.yml @@ -32,7 +32,7 @@ jobs: # caching - - name: Cache: stack-installed ~/.local/bin + - name: Cache - stack-installed ~/.local/bin id: stack-programs uses: actions/cache@v4 with: @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-x64-stack-programs - - name: Cache: ~/.stack + - name: Cache - ~/.stack id: stack-global uses: actions/cache@v4 with: @@ -50,7 +50,7 @@ jobs: restore-keys: | ${{ runner.os }}-x64-stack-global - - name: Cache: ./.stack-work + - name: Cache - ./.stack-work uses: actions/cache@v4 with: path: .stack-work @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-x64-stack-work - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -66,7 +66,7 @@ jobs: restore-keys: | ${{ runner.os }}-x64-hledger-lib-stack-work - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -74,7 +74,7 @@ jobs: restore-keys: | ${{ runner.os }}-x64-hledger-stack-work - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -82,7 +82,7 @@ jobs: restore-keys: | ${{ runner.os }}-x64-hledger-ui-stack-work - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work diff --git a/.github/workflows/binaries-windows-x64.yml b/.github/workflows/binaries-windows-x64.yml index 35b5dc3ae..55836ca51 100644 --- a/.github/workflows/binaries-windows-x64.yml +++ b/.github/workflows/binaries-windows-x64.yml @@ -25,7 +25,7 @@ jobs: # caching - - name: Cache: stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2 + - name: Cache - stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2 id: stack-programs-dir uses: actions/cache@v4 with: @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-appdata-local-programs-stack - - name: Cache: stack global dir + - name: Cache - stack global dir id: stack-global-package-db uses: actions/cache@v4 with: @@ -45,7 +45,7 @@ jobs: restore-keys: | ${{ runner.os }}-appdata-roaming-stack - - name: Cache: ./.stack-work + - name: Cache - ./.stack-work uses: actions/cache@v4 with: path: .stack-work @@ -53,7 +53,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-work - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -61,7 +61,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-lib-stack-work - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -69,7 +69,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-stack-work - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -77,7 +77,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-ui-stack-work - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76c755483..1083ffde9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: # Can't uncache to /usr/bin: # /usr/bin/tar -xf /home/runner/work/_temp/5cef703c-9831-41db-adb3-470b839f8a0e/cache.tzst -P -C /home/runner/work/hledger/hledger --use-compress-program unzstd # /usr/bin/tar: ../../../../../usr/bin/rg: Cannot open: Permission denied - # - name: Cache: extra tools (ripgrep) in /usr/bin + # - name: Cache - extra tools (ripgrep) in /usr/bin # id: extratools # uses: actions/cache@v4 # with: @@ -147,7 +147,7 @@ jobs: # CACHES - - name: Cache: stack global package db + - name: Cache - stack global package db id: stack-global uses: actions/cache@v4 with: @@ -160,7 +160,7 @@ jobs: ${{ runner.os }}-stack-global-$ghc if: env.do-all - - name: Cache: stack-installed programs in ~/.local/bin + - name: Cache - stack-installed programs in ~/.local/bin id: stack-programs uses: actions/cache@v4 with: @@ -170,7 +170,7 @@ jobs: ${{ runner.os }}-stack-programs-$ghc if: env.do-all - - name: Cache: .stack-work + - name: Cache - .stack-work uses: actions/cache@v4 with: path: .stack-work @@ -179,7 +179,7 @@ jobs: ${{ runner.os }}-stack-work-$ghc if: env.do-all - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -188,7 +188,7 @@ jobs: ${{ runner.os }}-hledger-lib-stack-work-$ghc if: env.do-all - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -197,7 +197,7 @@ jobs: ${{ runner.os }}-hledger-stack-work-$ghc if: env.do-all - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -206,7 +206,7 @@ jobs: ${{ runner.os }}-hledger-ui-stack-work-$ghc if: env.do-all - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work diff --git a/.github/workflows/oldest.yml b/.github/workflows/oldest.yml index 2e6d00e69..c73311ae0 100644 --- a/.github/workflows/oldest.yml +++ b/.github/workflows/oldest.yml @@ -34,7 +34,7 @@ jobs: # CACHES - - name: Cache: stack global package db + - name: Cache - stack global package db id: stack-global uses: actions/cache@v4 with: @@ -46,7 +46,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-global-$ghc - - name: Cache: stack-installed programs in ~/.local/bin + - name: Cache - stack-installed programs in ~/.local/bin id: stack-programs uses: actions/cache@v4 with: @@ -55,7 +55,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-programs-$ghc - - name: Cache: .stack-work + - name: Cache - .stack-work uses: actions/cache@v4 with: path: .stack-work @@ -63,7 +63,7 @@ jobs: restore-keys: | ${{ runner.os }}-stack-work-$ghc - - name: Cache: hledger-lib/.stack-work + - name: Cache - hledger-lib/.stack-work uses: actions/cache@v4 with: path: hledger-lib/.stack-work @@ -71,7 +71,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-lib-stack-work-$ghc - - name: Cache: hledger/.stack-work + - name: Cache - hledger/.stack-work uses: actions/cache@v4 with: path: hledger/.stack-work @@ -79,7 +79,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-stack-work-$ghc - - name: Cache: hledger-ui/.stack-work + - name: Cache - hledger-ui/.stack-work uses: actions/cache@v4 with: path: hledger-ui/.stack-work @@ -87,7 +87,7 @@ jobs: restore-keys: | ${{ runner.os }}-hledger-ui-stack-work-$ghc - - name: Cache: hledger-web/.stack-work + - name: Cache - hledger-web/.stack-work uses: actions/cache@v4 with: path: hledger-web/.stack-work