mirror of
https://github.com/multipleof4/test.git
synced 2026-01-13 16:17:56 +00:00
Fix typo in workflow steps indentation
This commit is contained in:
2
.github/workflows/run-openssl-thrice.yml
vendored
2
.github/workflows/run-openssl-thrice.yml
vendored
@@ -4,7 +4,7 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user