From c120ee488368eb59d204f97b1f88ec7533520f46 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 8 Nov 2025 16:22:36 -0800 Subject: [PATCH] Fix typo in workflow steps indentation --- .github/workflows/run-openssl-thrice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-openssl-thrice.yml b/.github/workflows/run-openssl-thrice.yml index 3894808..6110126 100644 --- a/.github/workflows/run-openssl-thrice.yml +++ b/.github/workflows/run-openssl-thrice.yml @@ -4,10 +4,10 @@ on: jobs: run-command: runs-on: ubuntu-latest - steps: + steps:g - name: Run openssl rand -hex 32 (1/3) run: openssl rand -hex 32 - name: Run openssl rand -hex 32 (2/3) run: openssl rand -hex 32 - name: Run openssl rand -hex 32 (3/3) - run: openssl rand -hex 32 \ No newline at end of file + run: openssl rand -hex 32