Files
test/.github/workflows/run-openssl-thrice.yml
Workflow config file is invalid. Please check your config file: yaml: line 7: could not find expected ':'

14 lines
347 B
YAML

name: Run OpenSSL Thrice
on:
workflow_dispatch:
jobs:
run-command:
runs-on: ubuntu-latest
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