mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
13 lines
345 B
YAML
13 lines
345 B
YAML
name: Run OpenSSL Thrice
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
run-command:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- 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 |