From fe1fd7ac38b5d016179b2660f6661dd560b1afde Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 2 May 2026 21:15:37 -0700 Subject: [PATCH] fix: YAML colon in step names --- .gitea/actions/rust-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/actions/rust-cache/action.yml b/.gitea/actions/rust-cache/action.yml index af9ced9..1edb970 100644 --- a/.gitea/actions/rust-cache/action.yml +++ b/.gitea/actions/rust-cache/action.yml @@ -57,7 +57,7 @@ runs: key: rust-linux-${{ steps.cache-key.outputs.hash }} save-always: true - - name: Debug: print save outputs + - name: Debug print save outputs shell: bash run: | echo "=== Save action outputs ==="