Skip to content

Fix typo in workflow steps indentation #2

Fix typo in workflow steps indentation

Fix typo in workflow steps indentation #2

name: Run OpenSSL Thrice
on:
workflow_dispatch:
jobs:
run-command:
runs-on: ubuntu-latest
steps:g

Check failure on line 7 in .github/workflows/run-openssl-thrice.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-openssl-thrice.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- 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